next_chunk      1587 modules/up/src/Core/gnu/malloc.c   mchunkptr next = next_chunk(p);
next_chunk      1600 modules/up/src/Core/gnu/malloc.c     assert(next_chunk(prv) == p);
next_chunk      2584 modules/up/src/Core/gnu/malloc.c     if ( (newp = mem2chunk(newmem)) == next_chunk(oldp))
next_chunk      2980 modules/up/src/Core/gnu/malloc.c       for (q = next_chunk(p);
next_chunk      2982 modules/up/src/Core/gnu/malloc.c            q = next_chunk(q))