Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.h249 void FillWithZero(bool release_eagerly);
251 FillWithZero(/* release_eagerly= */ true); in MadviseDontNeedAndZero()
Dmem_map.cc852 void MemMap::FillWithZero(bool release_eagerly) { in FillWithZero() function in art::MemMap
/art/runtime/gc/accounting/
Dspace_bitmap.cc155 mem_map_.FillWithZero(kAlwaysEagerlyReleaseBitmapMemory || release_eagerly); in Clear()