Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java69 Allocation[] saved = new Allocation[numSavedAllocations]; in testNativeAllocation() local
93 saved[i % numSavedAllocations] = alloc; in testNativeAllocation()
122 assertNotNull(saved[i]); in testNativeAllocation()
123 assertNotNull(saved[i].javaAllocation); in testNativeAllocation()
124 assertTrue(saved[i].nativeAllocation != 0); in testNativeAllocation()