Searched refs:freeMemory (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DClassUnloadDebuggee.java95 long freeMemory = currentRuntime.freeMemory();
97 ("--> Debuggee: createMemoryStress: freeMemory (bytes) before memory stress = " + freeMemory);
112 freeMemory = currentRuntime.freeMemory();
114 ("--> Debuggee: createMemoryStress: freeMemory after creating memory stress = " + freeMemory);
125 long freeMemory = currentRuntime.freeMemory();
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBufferContents.cpp76 freeMemory(m_data, m_sizeInBytes);
100 other.freeMemory(other.m_data, other.m_sizeInBytes);
115 void ArrayBufferContents::freeMemory(void* data, size_t) function in class:WTF::ArrayBufferContents
H A DArrayBufferContents.h73 static void freeMemory(void*, size_t);
/external/ant-glob/src/org/apache/tools/ant/util/
H A DFileUtils.java40 + Runtime.getRuntime().freeMemory());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.cpp113 WTF::ArrayBufferContents::freeMemory(data, size);
/external/clang/test/Analysis/
H A Dmalloc.c1462 void freeMemory() {
1461 void freeMemory() { function
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 470 milliseconds