HomeSort by relevance Sort by last modified time
    Searched full:sig_child_threshold_szb (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/massif/
ms_main.c 680 SizeT sig_child_threshold_szB;
699 sig_child_threshold_szB = 1;
701 sig_child_threshold_szB = (SizeT)((total_szB * clo_threshold) / 100);
707 if (xpt->children[i]->szB >= sig_child_threshold_szB) {
733 if (xpt->children[i]->szB >= sig_child_threshold_szB) {
    [all...]

Completed in 178 milliseconds