Searched defs:highUsageMB (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCController.cpp533 const int highUsageMB = 1024; // If memory usage is above this threshold, force GC more aggresively. local
538 static const int highUsageMB = PlatformBridge::highMemoryUsageMB();
545 if ((memoryUsageMB > lowUsageMB && memoryUsageMB > 2 * workingSetEstimateMB) || (memoryUsageMB > highUsageMB && memoryUsageMB > workingSetEstimateMB + highUsageDeltaMB))

Completed in 67 milliseconds