Home
last modified time | relevance | path

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

/external/valgrind/main/massif/
Dms_main.c276 static SizeT heap_extra_szB = 0; // Live heap extra size -- slop + admin bytes variable
1065 SizeT heap_extra_szB;// Heap slop + admin bytes. member
1079 tl_assert(snapshot->heap_extra_szB == 0); in is_snapshot_in_use()
1130 snapshot->heap_extra_szB = 0; in clear_snapshot()
1165 snapshot->heap_extra_szB, in VERB_snapshot()
1354 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; in take_snapshot()
1359 snapshot->heap_extra_szB = heap_extra_szB; in take_snapshot()
1417 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; in maybe_take_snapshot()
1448 snapshot->heap_szB + snapshot->heap_extra_szB + snapshot->stacks_szB; in maybe_take_snapshot()
1534 tl_assert(heap_extra_szB >= -heap_extra_szB_delta); in update_heap_stats()
[all …]