Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DRuntimeTest.java118 assertTrue("totalMemory() < freeMemory()", r.totalMemory() >= r.freeMemory()); in test_memory()
119 assertTrue("maxMemory() < totalMemory()", r.maxMemory() >= r.totalMemory()); in test_memory()
/libcore/ojluni/src/main/native/
DRuntime.c85 FAST_NATIVE_METHOD(Runtime, totalMemory, "()J"),
/libcore/luni/src/test/java/libcore/util/
DNativeAllocationRegistryTest.java49 long total = Runtime.getRuntime().totalMemory(); in testNativeAllocation()
/libcore/ojluni/src/main/java/java/lang/
DRuntime.java738 public native long totalMemory(); in totalMemory() method in Runtime