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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp149 const int memoryLevelThresholdToPrunePageCache = 20; member in namespace:WebCore
1776 } else if (systemMemoryLevel() <= memoryLevelThresholdToPrunePageCache) {
1778 LOG(PageCache, "Pruning page cache to %d due to low memory (level %d less or equal to %d threshold)", pageCache()->capacity() / 2, systemMemoryLevel(), memoryLevelThresholdToPrunePageCache);

Completed in 246 milliseconds