Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_xtmemory.c40 static void VG_(XT_Allocs_init)(void* xt_allocs) in VG_()
42 VG_(memset) (xt_allocs, 0, sizeof(XT_Allocs)); in VG_()
44 static void VG_(XT_Allocs_add) (void* to, const void* xt_allocs) in VG_()
47 const XT_Allocs* xta = xt_allocs; in VG_()
52 static void VG_(XT_Allocs_sub) (void* from, const void* xt_allocs) in VG_()
55 const XT_Allocs* xta = xt_allocs; in VG_()
60 static const HChar* VG_(XT_Allocs_img) (const void* xt_allocs) in VG_()
64 const XT_Allocs* xta = xt_allocs; in VG_()
215 static ULong XT_Allocs_report_value(const void* xt_allocs) in XT_Allocs_report_value() argument
217 const XT_Allocs* xta = xt_allocs; in XT_Allocs_report_value()