Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java31 private static class TestConfig { class in NativeAllocationRegistryTest
35 public TestConfig(boolean treatAsMalloced, boolean shareRegistry) { in TestConfig() method in NativeAllocationRegistryTest.TestConfig
47 private void testNativeAllocation(TestConfig config) { in testNativeAllocation()
132 testNativeAllocation(new TestConfig(false, false)); in testNativeAllocationNonmallocNoSharedRegistry()
136 testNativeAllocation(new TestConfig(false, true)); in testNativeAllocationNonmallocSharedRegistry()
140 testNativeAllocation(new TestConfig(true, false)); in testNativeAllocationMallocNoSharedRegistry()
144 testNativeAllocation(new TestConfig(true, true)); in testNativeAllocationMallocSharedRegistry()