Lines Matching refs:chunk_at_offset
1780 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s)))
2358 mchunkptr next = chunk_at_offset(p, sz);
2715 old_end = (char*)(chunk_at_offset(old_top, old_size));
2944 chunk_at_offset(old_top, old_size )->size =
2947 chunk_at_offset(old_top, old_size + SIZE_SZ)->size =
2978 remainder = chunk_at_offset(p, nb);
3205 remainder = chunk_at_offset(victim, nb);
3296 remainder = chunk_at_offset(victim, nb);
3385 remainder = chunk_at_offset(victim, nb);
3421 remainder = chunk_at_offset(victim, nb);
3496 && (chunk_at_offset(p, size) != av->top)
3512 nextchunk = chunk_at_offset(p, size);
3518 p = chunk_at_offset(p, -((long) prevsize));
3681 nextchunk = chunk_at_offset(p, size);
3686 p = chunk_at_offset(p, -((long) prevsize));
3824 next = chunk_at_offset(oldp, oldsize);
3831 av->top = chunk_at_offset(oldp, nb);
3843 av->top = chunk_at_offset(newp, nb);
3952 remainder = chunk_at_offset(newp, nb);
4139 remainder = chunk_at_offset(p, nb);