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()
112 assertNotNull(saved[i]); in testNativeAllocation()
113 assertNotNull(saved[i].javaAllocation); in testNativeAllocation()
114 assertTrue(saved[i].nativeAllocation != 0); in testNativeAllocation()