Lines Matching refs:PINUSE_BIT
1716 #define PINUSE_BIT (SIZE_T_ONE) macro
1718 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT)
1725 #define pinuse(p) ((p)->head & PINUSE_BIT)
1728 #define clear_pinuse(p) ((p)->head &= ~PINUSE_BIT)
1740 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT)
1748 ((p)->head = (s|PINUSE_BIT), set_foot(p, s))
1755 (!((p)->head & PINUSE_BIT) && ((p)->prev_foot & IS_MMAPPED_BIT))
2468 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
2469 ((mchunkptr)(((char*)(p)) + (s)))->head |= PINUSE_BIT)
2473 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
2474 ((mchunkptr)(((char*)(p)) + (s)))->head |= PINUSE_BIT)
2478 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT))
2491 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
2492 (((mchunkptr)(((char*)(p)) + (s)))->head |= PINUSE_BIT), \
2496 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
2497 (((mchunkptr)(((char*)(p)) + (s)))->head |= PINUSE_BIT),\
2501 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
2662 size_t sz = p->head & ~(PINUSE_BIT|CINUSE_BIT); in do_check_free_chunk()
2687 size_t sz = p->head & ~(PINUSE_BIT|CINUSE_BIT); in do_check_malloced_chunk()
3287 p->head = psize | PINUSE_BIT; in init_top()
3340 q->head = tsize | PINUSE_BIT; in prepend_alloc()
3600 r->head = rsize | PINUSE_BIT; in sys_alloc()
3869 newtop->head = newtopsize |PINUSE_BIT; in internal_realloc()
4237 r->head = rsize | PINUSE_BIT; in dlmalloc()
4311 p->head = tsize | PINUSE_BIT; in dlfree()
4475 msp->head = (msize|PINUSE_BIT|CINUSE_BIT); in init_user_mstate()
4644 r->head = rsize | PINUSE_BIT; in mspace_malloc()
4712 p->head = tsize | PINUSE_BIT; in mspace_free()