Searched refs:chunk_at_offset (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1780 #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(victi
1776 #define chunk_at_offset macro
[all...]

Completed in 110 milliseconds