Searched refs:doNativeAllocation (Results 1 – 1 of 1) sorted by relevance
107 alloc.nativeAllocation = doNativeAllocation(nativeSize); in testNativeAllocation()230 long nativePtr = doNativeAllocation(size); in testEarlyFree()256 long nativePtr = doNativeAllocation(size); in testApplyFreeFunction()297 private static native long doNativeAllocation(long size); in doNativeAllocation() method in NativeAllocationRegistryTest