Searched defs:total_szB (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c677 static SXPt* dup_XTree(XPt* xpt, SizeT total_szB) argument
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);
1350 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; local
1351 snapshot->alloc_sxpt = dup_XTree(alloc_xpt, total_szB);
1413 SizeT total_szB = heap_szB + heap_extra_szB + stacks_szB; local
1416 if (total_szB <= peak_snapshot_total_szB + excess_szB_for_new_peak) {

Completed in 74 milliseconds