Home | History | Annotate | Download | only in src

Lines Matching full:ratio_threshold

692   intptr_t ratio_threshold;
697 ratio_threshold = 10;
701 ratio_threshold = 15;
720 (ratio > ratio_threshold) ? "[fragmented]" : "");
727 if (ratio <= ratio_threshold) return 0; // Not fragmented.
729 return static_cast<int>(ratio - ratio_threshold);