Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_xtmemory.c170 ExeContext* ec_alloc) in VG_()
173 VG_(XT_add_to_ec)(full_xt, ec_alloc, &xtf); in VG_()
176 ExeContext* ec_alloc, in VG_()
181 VG_(XT_sub_from_ec)(full_xt, ec_alloc, &xtf_sub); in VG_()
189 ExeContext* ec_alloc) 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_()
279 void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc), in VG_()
303 ExeContext* ec_alloc; in VG_() local
313 (*next_block)(&xta, &ec_alloc); in VG_()
[all …]
/external/valgrind/include/
Dpub_tool_xtmemory.h55 ExeContext* ec_alloc);
57 ExeContext* ec_alloc,
60 ExeContext* ec_alloc);
78 void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc),
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c1144 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) in xtmemory_report_next_block() argument
1150 *ec_alloc = MC_(allocated_at)(mc); in xtmemory_report_next_block()
/external/valgrind/massif/
Dms_main.c1836 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) in xtmemory_report_next_block() argument
1842 *ec_alloc = VG_(XT_get_ec_from_xecu)(heap_xt, hc->where); in xtmemory_report_next_block()
/external/valgrind/helgrind/
Dhg_main.c4897 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) in xtmemory_report_next_block() argument
4903 *ec_alloc = md->where; in xtmemory_report_next_block()