Home
last modified time | relevance | path

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

/external/valgrind/main/massif/
Dms_print.in172 my ($is_top_node, $xpt_szB, $total_szB) = @_;
173 ($xpt_szB <= $total_szB) or die;
177 ( $total_szB != 0 && $xpt_szB * 100 / $total_szB >= $threshold );
Dms_main.c681 static SXPt* dup_XTree(XPt* xpt, SizeT total_szB) in dup_XTree() argument
702 if (0 == total_szB && 0 != clo_threshold) { in dup_XTree()
705 sig_child_threshold_szB = (SizeT)((total_szB * clo_threshold) / 100); in dup_XTree()
738 sxpt->Sig.children[j++] = dup_XTree(xpt->children[i], total_szB); in dup_XTree()
1354 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; in take_snapshot() local
1355 snapshot->alloc_sxpt = dup_XTree(alloc_xpt, total_szB); in take_snapshot()
1417 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; in maybe_take_snapshot() local
1420 if (total_szB <= peak_snapshot_total_szB + excess_szB_for_new_peak) { in maybe_take_snapshot()