Searched refs:shareRegistry (Results 1 – 1 of 1) sorted by relevance
33 public boolean shareRegistry; field in NativeAllocationRegistryTest.TestConfig35 public TestConfig(boolean treatAsMalloced, boolean shareRegistry) { in TestConfig() argument36 this.shareRegistry = shareRegistry; in TestConfig()78 if (!config.shareRegistry || registry == null) { in testNativeAllocation()