HomeSort by relevance Sort by last modified time
    Searched refs:total_szB (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/massif/
ms_print.in 172 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 );
ms_main.c 677 static SXPt* dup_XTree(XPt* xpt, SizeT total_szB)
691 // total_szB is zero, then we set it to 1, which means everything will be
698 if (0 == total_szB && 0 != clo_threshold) {
701 sig_child_threshold_szB = (SizeT)((total_szB * clo_threshold) / 100);
734 sxpt->Sig.children[j++] = dup_XTree(xpt->children[i], total_szB);
    [all...]

Completed in 137 milliseconds