Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java66 int javaSize = size / 2; in testNativeAllocation() local
67 int expectedMaxNumAllocations = (int)(max-total) / javaSize; in testNativeAllocation()
89 alloc.javaAllocation = new byte[javaSize]; in testNativeAllocation()