Home | History | Annotate | Download | only in src

Lines Matching defs:next_chunk

1679 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~INUSE_BITS)))
1683 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT)
2593 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p);
2714 q = next_chunk(p);
2780 q = next_chunk(q);
2840 q = next_chunk(q);
2878 q = next_chunk(q);
3496 mchunkptr mn = next_chunk(mem2chunk(m));
4420 mn = next_chunk(mem2chunk(m));