Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java32 public boolean treatAsMalloced; field in NativeAllocationRegistryTest.TestConfig
35 public TestConfig(boolean treatAsMalloced, boolean shareRegistry) { in TestConfig() argument
79 if (config.treatAsMalloced) { in testNativeAllocation()