Searched refs:heap_xt (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/massif/
H A Dms_main.c470 static XTree* heap_xt; variable
471 /* heap_xt contains a SizeT: the nr of allocated bytes by this execontext. */
585 // Create (or update) in heap_xt an xec corresponding to the stacktrace of tid.
598 return VG_(XT_add_to_ec) (heap_xt, ec, &req_szB);
601 // Substract req_szB from the heap_xt where.
609 VG_(XT_sub_from_xecu) (heap_xt, where, &req_szB);
614 VG_(XT_get_ec_from_xecu)(heap_xt, where),
647 XTree* xt; // Snapshot of heap_xt, if a detailed snapshot,
933 snapshot->xt = VG_(XT_snapshot)(heap_xt);
1070 tl_assert(heap_xt);
[all...]

Completed in 124 milliseconds