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