Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/
DV8GCController.cpp534 …const int highUsageDeltaMB = 128; // Delta of memory usage growth (vs. last workingSetEstimateMB)… in checkMemoryUsage() local
539 static const int highUsageDeltaMB = PlatformBridge::highUsageDeltaMB(); in checkMemoryUsage()
545 …ateMB) || (memoryUsageMB > highUsageMB && memoryUsageMB > workingSetEstimateMB + highUsageDeltaMB)) in checkMemoryUsage()
/external/webkit/Source/WebCore/platform/android/
DPlatformBridge.h144 static int highUsageDeltaMB();
/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp202 int PlatformBridge::highUsageDeltaMB() in highUsageDeltaMB() function in WebCore::PlatformBridge