Searched refs:heap_szB (Results 1 – 1 of 1) sorted by relevance
257 static SizeT heap_szB = 0; // Live heap size variable644 SizeT heap_szB; member660 tl_assert(snapshot->heap_szB == 0); in is_snapshot_in_use()710 snapshot->heap_szB = 0; in clear_snapshot()743 snapshot->heap_szB, in VERB_snapshot()931 snapshot->heap_szB = heap_szB; in take_snapshot()993 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; in maybe_take_snapshot()1024 snapshot->heap_szB + snapshot->heap_extra_szB + snapshot->stacks_szB; in maybe_take_snapshot()1111 tl_assert(heap_szB >= -heap_szB_delta); in update_heap_stats()1116 heap_szB += heap_szB_delta; in update_heap_stats()[all …]