Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc33 static constexpr uint kEvacuateLivePercentThreshold = 75U; variable
281 result = (live_bytes_ * 100U < kEvacuateLivePercentThreshold * bytes_allocated); in ShouldBeEvacuated()