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