HomeSort by relevance Sort by last modified time
    Searched refs:highMemoryUsageMB (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/android/
PlatformBridge.h 147 static int highMemoryUsageMB();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 196 int PlatformBridge::highMemoryUsageMB()
198 return MemoryUsage::highMemoryUsageMb();
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 545 static const int highUsageMB = PlatformBridge::highMemoryUsageMB();

Completed in 319 milliseconds