Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java33 public boolean shareRegistry; field in NativeAllocationRegistryTest.TestConfig
35 public TestConfig(boolean treatAsMalloced, boolean shareRegistry) { in TestConfig() argument
36 this.shareRegistry = shareRegistry; in TestConfig()
78 if (!config.shareRegistry || registry == null) { in testNativeAllocation()