Searched refs:alloc (Results 1 – 1 of 1) sorted by relevance
88 final Allocation alloc = new Allocation(); in testNativeAllocation() local89 alloc.javaAllocation = new byte[javaSize]; in testNativeAllocation()90 alloc.nativeAllocation = doNativeAllocation(nativeSize); in testNativeAllocation()91 registry.registerNativeAllocation(alloc, alloc.nativeAllocation); in testNativeAllocation()93 saved[i % numSavedAllocations] = alloc; in testNativeAllocation()