Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_xtmemory.c106 const XT_Full* xtf = xtfull; in VG_() local
108 xto->cur_alloc_nbytes += xtf->cur_alloc_nbytes; in VG_()
109 xto->cur_alloc_nblocks += xtf->cur_alloc_nblocks; in VG_()
110 xto->tot_alloc_nbytes += xtf->tot_alloc_nbytes; in VG_()
111 xto->tot_alloc_nblocks += xtf->tot_alloc_nblocks; in VG_()
112 xto->tot_freed_nbytes += xtf->tot_freed_nbytes; in VG_()
113 xto->tot_freed_nblocks += xtf->tot_freed_nblocks; in VG_()
118 const XT_Full* xtf = xtfull; in VG_() local
120 xfrom->cur_alloc_nbytes -= xtf->cur_alloc_nbytes; in VG_()
121 xfrom->cur_alloc_nblocks -= xtf->cur_alloc_nblocks; in VG_()
[all …]