Home
last modified time | relevance | path

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

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