next_chunk       2203 compat/nedmalloc/malloc.c.h #define next_pinuse(p)  ((next_chunk(p)->head) & PINUSE_BIT)
next_chunk       3165 compat/nedmalloc/malloc.c.h   assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p);
next_chunk       3286 compat/nedmalloc/malloc.c.h       q = next_chunk(p);
next_chunk       3352 compat/nedmalloc/malloc.c.h 	q = next_chunk(q);
next_chunk       3413 compat/nedmalloc/malloc.c.h 	  q = next_chunk(q);
next_chunk       3452 compat/nedmalloc/malloc.c.h 	  q = next_chunk(q);
next_chunk       4078 compat/nedmalloc/malloc.c.h 	mchunkptr mn = next_chunk(mem2chunk(m));
next_chunk       5026 compat/nedmalloc/malloc.c.h   mn = next_chunk(mem2chunk(m));
next_chunk        672 compat/nedmalloc/nedmalloc.c 		if(next_chunk(prev_chunk(mcp))!=mcp) return 0;