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()
115 nativeBytes = getNumNativeBytesAllocated(); in testNativeAllocation()
168 long numBytesAllocatedBeforeClean = getNumNativeBytesAllocated(); in testEarlyFree()
172 long numBytesAllocatedAfterClean = getNumNativeBytesAllocated(); in testEarlyFree()
177 assertEquals(numBytesAllocatedAfterClean, getNumNativeBytesAllocated()); in testEarlyFree()
192 long numBytesAllocatedBeforeFree = getNumNativeBytesAllocated(); in testApplyFreeFunction()
196 long numBytesAllocatedAfterFree = getNumNativeBytesAllocated(); in testApplyFreeFunction()
233 private static native long getNumNativeBytesAllocated(); in getNumNativeBytesAllocated() method in NativeAllocationRegistryTest