PINUSE_BIT 1984 oshmem/mca/memheap/ptmalloc/malloc.c #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT) PINUSE_BIT 1985 oshmem/mca/memheap/ptmalloc/malloc.c #define FLAG_BITS (PINUSE_BIT|CINUSE_BIT|FLAG4_BIT) PINUSE_BIT 1992 oshmem/mca/memheap/ptmalloc/malloc.c #define pinuse(p) ((p)->head & PINUSE_BIT) PINUSE_BIT 1995 oshmem/mca/memheap/ptmalloc/malloc.c #define clear_pinuse(p) ((p)->head &= ~PINUSE_BIT) PINUSE_BIT 2007 oshmem/mca/memheap/ptmalloc/malloc.c #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT) PINUSE_BIT 2015 oshmem/mca/memheap/ptmalloc/malloc.c ((p)->head = (s|PINUSE_BIT), set_foot(p, s)) PINUSE_BIT 2022 oshmem/mca/memheap/ptmalloc/malloc.c (!((p)->head & PINUSE_BIT) && ((p)->prev_foot & IS_MMAPPED_BIT)) PINUSE_BIT 2748 oshmem/mca/memheap/ptmalloc/malloc.c ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\ PINUSE_BIT 2749 oshmem/mca/memheap/ptmalloc/malloc.c ((mchunkptr)(((char*)(p)) + (s)))->head |= PINUSE_BIT) PINUSE_BIT 2753 oshmem/mca/memheap/ptmalloc/malloc.c ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\ PINUSE_BIT 2754 oshmem/mca/memheap/ptmalloc/malloc.c ((mchunkptr)(((char*)(p)) + (s)))->head |= PINUSE_BIT) PINUSE_BIT 2758 oshmem/mca/memheap/ptmalloc/malloc.c ((p)->head = (s|PINUSE_BIT|CINUSE_BIT)) PINUSE_BIT 2771 oshmem/mca/memheap/ptmalloc/malloc.c ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\ PINUSE_BIT 2772 oshmem/mca/memheap/ptmalloc/malloc.c (((mchunkptr)(((char*)(p)) + (s)))->head |= PINUSE_BIT), \ PINUSE_BIT 2776 oshmem/mca/memheap/ptmalloc/malloc.c ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\ PINUSE_BIT 2777 oshmem/mca/memheap/ptmalloc/malloc.c (((mchunkptr)(((char*)(p)) + (s)))->head |= PINUSE_BIT),\ PINUSE_BIT 2781 oshmem/mca/memheap/ptmalloc/malloc.c ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\ PINUSE_BIT 2964 oshmem/mca/memheap/ptmalloc/malloc.c size_t sz = p->head & ~(PINUSE_BIT|CINUSE_BIT); PINUSE_BIT 3563 oshmem/mca/memheap/ptmalloc/malloc.c p->head = psize | PINUSE_BIT; PINUSE_BIT 3616 oshmem/mca/memheap/ptmalloc/malloc.c q->head = tsize | PINUSE_BIT; PINUSE_BIT 3878 oshmem/mca/memheap/ptmalloc/malloc.c r->head = rsize | PINUSE_BIT; PINUSE_BIT 4154 oshmem/mca/memheap/ptmalloc/malloc.c newtop->head = newtopsize |PINUSE_BIT; PINUSE_BIT 4522 oshmem/mca/memheap/ptmalloc/malloc.c r->head = rsize | PINUSE_BIT; PINUSE_BIT 4596 oshmem/mca/memheap/ptmalloc/malloc.c p->head = tsize | PINUSE_BIT; PINUSE_BIT 4779 oshmem/mca/memheap/ptmalloc/malloc.c msp->head = (msize|PINUSE_BIT|CINUSE_BIT); PINUSE_BIT 4951 oshmem/mca/memheap/ptmalloc/malloc.c r->head = rsize | PINUSE_BIT; PINUSE_BIT 5019 oshmem/mca/memheap/ptmalloc/malloc.c p->head = tsize | PINUSE_BIT;