Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java88 final Allocation alloc = new Allocation(); in testNativeAllocation() local
89 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()