Home
last modified time | relevance | path

Searched defs:testMetrics (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/util/
DNativeAllocationRegistryTest.java39 public boolean testMetrics; field in NativeAllocationRegistryTest.TestConfig
41 public TestConfig(boolean treatAsMalloced, boolean shareRegistry, boolean testMetrics) { in TestConfig()