Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc-inl.h38 if (kCheckZeroMemory && m != nullptr) { in Alloc()
Drosalloc.h373 static constexpr bool kCheckZeroMemory = kIsDebugBuild; variable
Drosalloc.cc321 if (kCheckZeroMemory) { in FreePages()
475 if (kCheckZeroMemory) { in AllocLargeObject()