Searched refs:ratio_threshold (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc734 intptr_t ratio_threshold; local
738 ratio_threshold = 10;
741 ratio_threshold = 15;
755 (ratio > ratio_threshold) ? "[fragmented]" : "");
762 if (ratio <= ratio_threshold) return 0; // Not fragmented.
764 return static_cast<int>(ratio - ratio_threshold);

Completed in 55 milliseconds