Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java60 long nativeBytes = getNumNativeBytesAllocated(); in testNativeAllocation() local
61 assertEquals("Native bytes already allocated", 0, nativeBytes); in testNativeAllocation()
115 nativeBytes = getNumNativeBytesAllocated(); in testNativeAllocation()
116 assertTrue("Excessive native bytes still allocated (" + nativeBytes + ")" in testNativeAllocation()
117 + " given max memory of (" + max + ")", nativeBytes <= 2 * max); in testNativeAllocation()
126 assertTrue("Too few native bytes still allocated (" + nativeBytes + "); " in testNativeAllocation()
128 nativeBytes >= nativeReachableBytes); in testNativeAllocation()