Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_xtmemory.c86 ULong tot_alloc_nbytes; member
110 xto->tot_alloc_nbytes += xtf->tot_alloc_nbytes; in VG_()
122 xfrom->tot_alloc_nbytes -= xtf->tot_alloc_nbytes; in VG_()
135 || xtf->tot_alloc_nbytes > 0 in VG_()
144 xtf->tot_alloc_nbytes, xtf->tot_alloc_nblocks, in VG_()
208 case 2: return xtf->tot_alloc_nbytes; in XT_Full_report_value()