USE_MMAP_BIT     2373 oshmem/mca/memheap/ptmalloc/malloc.c #define use_mmap(M)           ((M)->mflags &   USE_MMAP_BIT)
USE_MMAP_BIT     2374 oshmem/mca/memheap/ptmalloc/malloc.c #define enable_mmap(M)        ((M)->mflags |=  USE_MMAP_BIT)
USE_MMAP_BIT     2375 oshmem/mca/memheap/ptmalloc/malloc.c #define disable_mmap(M)       ((M)->mflags &= ~USE_MMAP_BIT)
USE_MMAP_BIT     2796 oshmem/mca/memheap/ptmalloc/malloc.c     mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT;
USE_MMAP_BIT     2798 oshmem/mca/memheap/ptmalloc/malloc.c     mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT|USE_NONCONTIGUOUS_BIT;