Searched refs:ec_alloc (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/include/ |
H A D | pub_tool_xtmemory.h | 47 ec_alloc : ExeContext of the allocation (original allocation for 51 the allocation and free. For VG_(XTMemory_Full_free), ec_alloc 55 ExeContext* ec_alloc); 57 ExeContext* ec_alloc, 60 ExeContext* ec_alloc); 78 void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc),
|
/external/valgrind/coregrind/ |
H A D | m_xtmemory.c | 170 ExeContext* ec_alloc) 173 VG_(XT_add_to_ec)(full_xt, ec_alloc, &xtf); 176 ExeContext* ec_alloc, 179 // substract from ec_alloc the freed memory. 181 VG_(XT_sub_from_ec)(full_xt, ec_alloc, &xtf_sub); 189 ExeContext* ec_alloc) 193 VG_(XT_sub_from_ec)(full_xt, ec_alloc, &xtf); 196 VG_(XT_add_to_ec)(full_xt, ec_alloc, &xtf); 279 void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc), 303 ExeContext* ec_alloc; local 169 XTMemory_Full_alloc(SizeT szB, ExeContext* ec_alloc) argument 175 XTMemory_Full_free(SizeT szB, ExeContext* ec_alloc, ExeContext* ec_free) argument 188 XTMemory_Full_resize_in_place(SizeT oldSzB, SizeT newSzB, ExeContext* ec_alloc) argument 277 XTMemory_report(const HChar* filename, Bool fini, void (*next_block)(XT_Allocs* xta, ExeContext** ec_alloc), XT_filter_IPs_t filter_IPs_fn) argument [all...] |
/external/valgrind/massif/ |
H A D | ms_main.c | 1836 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) argument 1842 *ec_alloc = VG_(XT_get_ec_from_xecu)(heap_xt, hc->where);
|
/external/valgrind/memcheck/ |
H A D | mc_malloc_wrappers.c | 333 Note: we are guaranteed to find the ec_alloc in mc->where[0], as 1144 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) argument 1150 *ec_alloc = MC_(allocated_at)(mc);
|
/external/valgrind/helgrind/ |
H A D | hg_main.c | 4897 static void xtmemory_report_next_block(XT_Allocs* xta, ExeContext** ec_alloc) argument 4903 *ec_alloc = md->where;
|
Completed in 149 milliseconds