Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dregion_space.cc986 uintptr_t max_gap = 0u; in GetLongestConsecutiveFreeBytes() local
989 auto visitor = [&max_gap, &prev_object_end](mirror::Object* obj) in GetLongestConsecutiveFreeBytes()
993 max_gap = std::max(diff, max_gap); in GetLongestConsecutiveFreeBytes()
999 return static_cast<uint64_t>(max_gap); in GetLongestConsecutiveFreeBytes()