Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c264 static SizeT heap_szB = 0; // Live heap size variable
1021 SizeT heap_szB; member
1037 tl_assert(snapshot->heap_szB == 0); in is_snapshot_in_use()
1088 snapshot->heap_szB = 0; in clear_snapshot()
1121 snapshot->heap_szB, in VERB_snapshot()
1309 snapshot->heap_szB = heap_szB; in take_snapshot()
1311 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; in take_snapshot()
1313 tl_assert( alloc_xpt->szB == heap_szB); in take_snapshot()
1314 tl_assert(snapshot->alloc_sxpt->szB == heap_szB); in take_snapshot()
1374 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; in maybe_take_snapshot()
[all …]