Home
last modified time | relevance | path

Searched refs:get_slotsize (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-segnames.c196 get_slotsize(UInt ix) in get_slotsize() function
250 UInt size = get_slotsize(ix); in dec_refcount()
286 for (ix = overhead; (size = get_slotsize(ix)) != 0; ix += size + overhead) { in ML_()
300 size = get_slotsize(ix); in ML_()
364 for (i = 0, ix = overhead; (size = get_slotsize(ix)) != 0; in ML_()
369 get_slotsize(ix), get_slotindex(ix)); in ML_()
388 for (ix = overhead; (size = get_slotsize(ix)) != 0; ix += size + overhead) { in ML_()