mflags 2324 oshmem/mca/memheap/ptmalloc/malloc.c flag_t mflags; mflags 2369 oshmem/mca/memheap/ptmalloc/malloc.c #define use_lock(M) ((M)->mflags & USE_LOCK_BIT) mflags 2370 oshmem/mca/memheap/ptmalloc/malloc.c #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT) mflags 2371 oshmem/mca/memheap/ptmalloc/malloc.c #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT) mflags 2373 oshmem/mca/memheap/ptmalloc/malloc.c #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) mflags 2374 oshmem/mca/memheap/ptmalloc/malloc.c #define enable_mmap(M) ((M)->mflags |= USE_MMAP_BIT) mflags 2375 oshmem/mca/memheap/ptmalloc/malloc.c #define disable_mmap(M) ((M)->mflags &= ~USE_MMAP_BIT) mflags 2377 oshmem/mca/memheap/ptmalloc/malloc.c #define use_noncontiguous(M) ((M)->mflags & USE_NONCONTIGUOUS_BIT) mflags 2378 oshmem/mca/memheap/ptmalloc/malloc.c #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) mflags 2381 oshmem/mca/memheap/ptmalloc/malloc.c ((M)->mflags = (L)?\ mflags 2382 oshmem/mca/memheap/ptmalloc/malloc.c ((M)->mflags | USE_LOCK_BIT) :\ mflags 2383 oshmem/mca/memheap/ptmalloc/malloc.c ((M)->mflags & ~USE_LOCK_BIT)) mflags 2829 oshmem/mca/memheap/ptmalloc/malloc.c gm->mflags = mparams.default_mflags; mflags 4784 oshmem/mca/memheap/ptmalloc/malloc.c m->mflags = mparams.default_mflags;