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

/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCController.cpp532 const int lowUsageMB = 256; // If memory usage is below this threshold, do not bother forcing GC. local
537 static const int lowUsageMB = PlatformBridge::lowMemoryUsageMB();
545 if ((memoryUsageMB > lowUsageMB && memoryUsageMB > 2 * workingSetEstimateMB) || (memoryUsageMB > highUsageMB && memoryUsageMB > workingSetEstimateMB + highUsageDeltaMB))

Completed in 58 milliseconds