Lines Matching refs:chunk_at_offset
1328 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s)))
1621 mchunkptr next = chunk_at_offset(p, sz);
1941 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));
2017 chunk_at_offset(old_top, old_top_size )->size =
2019 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =
2193 remainder = chunk_at_offset(victim, nb);
2256 remainder = chunk_at_offset(victim, nb);
2330 top = chunk_at_offset(victim, nb);
2396 next = chunk_at_offset(p, sz);
2406 p = chunk_at_offset(p, -((long) prevsz));
2425 p = chunk_at_offset(p, -((long) prevsz));
2561 next = chunk_at_offset(oldp, oldsize);
2572 top = chunk_at_offset(oldp, nb);
2614 top = chunk_at_offset(newp, nb);
2674 remainder = chunk_at_offset(newp, nb);
2799 remainder = chunk_at_offset(p, nb);