Searched refs:highUsageDeltaMB (Results 1 – 3 of 3) sorted by relevance
534 …const int highUsageDeltaMB = 128; // Delta of memory usage growth (vs. last workingSetEstimateMB)… in checkMemoryUsage() local539 static const int highUsageDeltaMB = PlatformBridge::highUsageDeltaMB(); in checkMemoryUsage()545 …ateMB) || (memoryUsageMB > highUsageMB && memoryUsageMB > workingSetEstimateMB + highUsageDeltaMB)) in checkMemoryUsage()
144 static int highUsageDeltaMB();
202 int PlatformBridge::highUsageDeltaMB() in highUsageDeltaMB() function in WebCore::PlatformBridge