Home | History | Annotate | Download | only in stdlib

Lines Matching refs:next_chunk

1725 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~INUSE_BITS)))
1729 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT)
2603 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p);
2724 q = next_chunk(p);
2790 q = next_chunk(q);
2850 q = next_chunk(q);
2888 q = next_chunk(q);
3508 mchunkptr mn = next_chunk(mem2chunk(m));
4430 mn = next_chunk(mem2chunk(m));