Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java68 int numSavedAllocations = expectedMaxNumAllocations / 2; in testNativeAllocation() local
69 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()