Searched refs:full_xt (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/ |
D | m_xtmemory.c | 78 static XTree* full_xt; variable 160 full_xt = VG_(XT_create) (VG_(malloc), in VG_() 173 VG_(XT_add_to_ec)(full_xt, ec_alloc, &xtf); in VG_() 181 VG_(XT_sub_from_ec)(full_xt, ec_alloc, &xtf_sub); in VG_() 185 VG_(XT_add_to_ec)(full_xt, ec_free, &xtf_add); in VG_() 193 VG_(XT_sub_from_ec)(full_xt, ec_alloc, &xtf); in VG_() 196 VG_(XT_add_to_ec)(full_xt, ec_alloc, &xtf); in VG_() 327 produce_report(full_xt, expanded_filename, in VG_()
|