Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:next_chunk

2273 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS)))
2277 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT)
3272 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p);
3393 q = next_chunk(p);
3459 q = next_chunk(q);
3521 q = next_chunk(q);
3561 q = next_chunk(q);
4214 mchunkptr mn = next_chunk(mem2chunk(m));
5139 mchunkptr next = next_chunk(p);
5175 mchunkptr next = next_chunk(q);
5440 mn = next_chunk(mem2chunk(m));