chunk_at_offset 1555 modules/up/src/Core/gnu/malloc.c   mchunkptr next = chunk_at_offset(p, sz);
chunk_at_offset 1876 modules/up/src/Core/gnu/malloc.c   char*     old_end      = (char*)(chunk_at_offset(old_top, old_top_size));
chunk_at_offset 1950 modules/up/src/Core/gnu/malloc.c       chunk_at_offset(old_top, old_top_size          )->size =
chunk_at_offset 1952 modules/up/src/Core/gnu/malloc.c       chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =
chunk_at_offset 2122 modules/up/src/Core/gnu/malloc.c       remainder = chunk_at_offset(victim, nb);
chunk_at_offset 2185 modules/up/src/Core/gnu/malloc.c             remainder = chunk_at_offset(victim, nb);
chunk_at_offset 2259 modules/up/src/Core/gnu/malloc.c   top = chunk_at_offset(victim, nb);
chunk_at_offset 2325 modules/up/src/Core/gnu/malloc.c   next = chunk_at_offset(p, sz);
chunk_at_offset 2335 modules/up/src/Core/gnu/malloc.c       p = chunk_at_offset(p, -prevsz);
chunk_at_offset 2354 modules/up/src/Core/gnu/malloc.c     p = chunk_at_offset(p, -prevsz);
chunk_at_offset 2489 modules/up/src/Core/gnu/malloc.c     next = chunk_at_offset(oldp, oldsize);
chunk_at_offset 2500 modules/up/src/Core/gnu/malloc.c           top = chunk_at_offset(oldp, nb);
chunk_at_offset 2542 modules/up/src/Core/gnu/malloc.c             top = chunk_at_offset(newp, nb);
chunk_at_offset 2602 modules/up/src/Core/gnu/malloc.c     remainder = chunk_at_offset(newp, nb);
chunk_at_offset 2725 modules/up/src/Core/gnu/malloc.c     remainder = chunk_at_offset(p, nb);