Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dmark-compact.cc732 intptr_t ratio_threshold; in FreeListFragmentation() local
737 ratio_threshold = 10; in FreeListFragmentation()
741 ratio_threshold = 15; in FreeListFragmentation()
760 (ratio > ratio_threshold) ? "[fragmented]" : ""); in FreeListFragmentation()
767 if (ratio <= ratio_threshold) return 0; // Not fragmented. in FreeListFragmentation()
769 return static_cast<int>(ratio - ratio_threshold); in FreeListFragmentation()