Searched refs:numSavedAllocations (Results 1 – 1 of 1) sorted by relevance
68 int numSavedAllocations = expectedMaxNumAllocations / 2; in testNativeAllocation() local69 Allocation[] saved = new Allocation[numSavedAllocations]; in testNativeAllocation()93 saved[i % numSavedAllocations] = alloc; in testNativeAllocation()120 long nativeReachableBytes = numSavedAllocations * nativeSize; in testNativeAllocation()121 for (int i = 0; i < numSavedAllocations; i++) { in testNativeAllocation()