Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/allocator/
H A Drosalloc-inl.h27 return kCheckZeroMemory && !is_running_on_memory_tool_; in ShouldCheckZeroMemory()
H A Drosalloc.h627 static constexpr bool kCheckZeroMemory = kIsDebugBuild; variable