Lines Matching refs:heap_szB
264 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()
1405 snapshot->heap_szB + snapshot->heap_extra_szB + snapshot->stacks_szB; in maybe_take_snapshot()
1489 tl_assert(heap_szB >= -heap_szB_delta); in update_heap_stats()
1494 heap_szB += heap_szB_delta; in update_heap_stats()
2235 FP("mem_heap_B=%lu\n", snapshot->heap_szB); in pp_snapshot()
2245 snapshot->heap_szB + snapshot->heap_extra_szB + snapshot->stacks_szB; in pp_snapshot()
2250 depth_str_len, snapshot->heap_szB, in pp_snapshot()