Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A 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_()
303 ExeContext* ec_alloc; in VG_() local
313 (*next_block)(&xta, &ec_alloc); in VG_()
315 VG_(XT_add_to_ec) (xt, ec_alloc, &xta); in VG_()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A 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_()
303 ExeContext* ec_alloc; in VG_() local
313 (*next_block)(&xta, &ec_alloc); in VG_()
315 VG_(XT_add_to_ec) (xt, ec_alloc, &xta); in VG_()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/
H A 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),
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/
H A 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),
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/
H A 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()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/
H A 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()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/massif/
H A Dms_main.c1856 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) in xtmemory_report_next_block() argument
1862 *ec_alloc = VG_(XT_get_ec_from_xecu)(heap_xt, hc->where); in xtmemory_report_next_block()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/massif/
H A Dms_main.c1856 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) in xtmemory_report_next_block() argument
1862 *ec_alloc = VG_(XT_get_ec_from_xecu)(heap_xt, hc->where); in xtmemory_report_next_block()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c5047 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) in xtmemory_report_next_block() argument
5053 *ec_alloc = md->where; in xtmemory_report_next_block()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c5047 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) in xtmemory_report_next_block() argument
5053 *ec_alloc = md->where; in xtmemory_report_next_block()
/dports/lang/spidermonkey60/firefox-60.9.0/build/debian-packages/
H A Dvalgrind-wheezy.diff4544 + Note: we are guaranteed to find the ec_alloc in mc->where[0], as
4596 +- *ec_alloc = MC_(allocated_at)(mc);
4597 ++ *ec_alloc = MC_(allocated_at)(mc).ec;