Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java72 int numAllocationsToSimulate = 10 * expectedMaxNumAllocations; in testNativeAllocation() local
77 for (int i = 0; i < numAllocationsToSimulate; i++) { in testNativeAllocation()