Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java60 long nativeBytes = getNumNativeBytesAllocated(); in testNativeAllocation()
105 nativeBytes = getNumNativeBytesAllocated(); in testNativeAllocation()
158 long numBytesAllocatedBeforeClean = getNumNativeBytesAllocated(); in testEarlyFree()
162 long numBytesAllocatedAfterClean = getNumNativeBytesAllocated(); in testEarlyFree()
167 assertEquals(numBytesAllocatedAfterClean, getNumNativeBytesAllocated()); in testEarlyFree()
207 private static native long getNumNativeBytesAllocated(); in getNumNativeBytesAllocated() method in NativeAllocationRegistryTest