Home
last modified time | relevance | path

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

/external/valgrind/massif/
Dms_main.c266 static SizeT stacks_szB = 0; // Live stacks size variable
1023 SizeT stacks_szB; member
1038 tl_assert(snapshot->stacks_szB == 0); in is_snapshot_in_use()
1089 snapshot->stacks_szB = 0; in clear_snapshot()
1123 snapshot->stacks_szB in VERB_snapshot()
1311 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; in take_snapshot()
1321 snapshot->stacks_szB = stacks_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()
1896 if (stack_szB_delta < 0) tl_assert(stacks_szB >= -stack_szB_delta); in update_stack_stats()
[all …]
/external/valgrind/docs/internals/
D3_4_BUGSTATUS.txt80 'stacks_szB >= -stack_szB_delta' failed