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 143 static int highMemoryUsageMB();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 197 int PlatformBridge::highMemoryUsageMB()
199 return MemoryUsage::highMemoryUsageMb();
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 538 static const int highUsageMB = PlatformBridge::highMemoryUsageMB();

Completed in 454 milliseconds