Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_xtmemory.c82 SizeT cur_alloc_nbytes; member
108 xto->cur_alloc_nbytes += xtf->cur_alloc_nbytes; in VG_()
120 xfrom->cur_alloc_nbytes -= xtf->cur_alloc_nbytes; in VG_()
133 if ( xtf->cur_alloc_nbytes > 0 in VG_()
143 xtf->cur_alloc_nbytes, xtf->cur_alloc_nblocks, in VG_()
206 case 0: return (ULong) xtf->cur_alloc_nbytes; in XT_Full_report_value()