Searched refs:saved (Results 1 – 1 of 1) sorted by relevance
69 Allocation[] saved = new Allocation[numSavedAllocations]; in testNativeAllocation() local93 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()