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

Lines Matching refs:next_pinuse

2277 #define next_pinuse(p)  ((next_chunk(p)->head) & PINUSE_BIT)
3270 assert(next_pinuse(p));
3283 assert(!next_pinuse(p));
3332 assert(!next_pinuse(u));