Lines Matching refs:chunk_at_offset
409 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) macro
756 mchunkptr next = chunk_at_offset(p, sz);
1076 char* old_end = (char*)(chunk_at_offset(old_top, old_top_size));
1152 chunk_at_offset(old_top, old_top_size )->size =
1154 chunk_at_offset(old_top, old_top_size + SIZE_SZ)->size =
1339 remainder = chunk_at_offset(victim, nb);
1402 remainder = chunk_at_offset(victim, nb);
1476 top = chunk_at_offset(victim, nb);
1548 next = chunk_at_offset(p, sz);
1558 p = chunk_at_offset(p, -((long) prevsz));
1577 p = chunk_at_offset(p, -((long) prevsz));
1724 next = chunk_at_offset(oldp, oldsize);
1735 top = chunk_at_offset(oldp, nb);
1777 top = chunk_at_offset(newp, nb);
1837 remainder = chunk_at_offset(newp, nb);
2010 remainder = chunk_at_offset(p, nb);