Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java90 alloc.nativeAllocation = doNativeAllocation(nativeSize); in testNativeAllocation()
165 long nativePtr = doNativeAllocation(size); in testEarlyFree()
191 long nativePtr = doNativeAllocation(size); in testApplyFreeFunction()
232 private static native long doNativeAllocation(long size); in doNativeAllocation() method in NativeAllocationRegistryTest