Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/v8/
DV8GCController.cpp539 … const int lowUsageMB = 256; // If memory usage is below this threshold, do not bother forcing GC. in checkMemoryUsage() local
544 static const int lowUsageMB = PlatformBridge::lowMemoryUsageMB(); in checkMemoryUsage()
552 …if ((memoryUsageMB > lowUsageMB && memoryUsageMB > 2 * workingSetEstimateMB) || (memoryUsageMB > h… in checkMemoryUsage()