INUSE_BITS       1988 oshmem/mca/memheap/ptmalloc/malloc.c #define FENCEPOST_HEAD      (INUSE_BITS|SIZE_T_SIZE)
INUSE_BITS       2901 oshmem/mca/memheap/ptmalloc/malloc.c   size_t  sz = p->head & ~INUSE_BITS; /* third-lowest bit can be set! */
INUSE_BITS       4580 oshmem/mca/memheap/ptmalloc/malloc.c               else if ((next->head & INUSE_BITS) == INUSE_BITS) {
INUSE_BITS       5003 oshmem/mca/memheap/ptmalloc/malloc.c               else if ((next->head & INUSE_BITS) == INUSE_BITS) {