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 && !running_on_valgrind_; in ShouldCheckZeroMemory()
Drosalloc.h393 static constexpr bool kCheckZeroMemory = kIsDebugBuild; variable