Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_xtmemory.c87 ULong tot_alloc_nblocks; member
111 xto->tot_alloc_nblocks += xtf->tot_alloc_nblocks; in VG_()
123 xfrom->tot_alloc_nblocks -= xtf->tot_alloc_nblocks; in VG_()
136 || xtf->tot_alloc_nblocks > 0 in VG_()
144 xtf->tot_alloc_nbytes, xtf->tot_alloc_nblocks, in VG_()
209 case 3: return xtf->tot_alloc_nblocks; in XT_Full_report_value()