Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java67 int expectedMaxNumAllocations = (int)(max-total) / javaSize; in testNativeAllocation() local
68 int numSavedAllocations = expectedMaxNumAllocations / 2; in testNativeAllocation()
72 int numAllocationsToSimulate = 10 * expectedMaxNumAllocations; in testNativeAllocation()