Searched refs:kEvacuateLivePercentThreshold (Results 1 – 1 of 1) sorted by relevance
33 static constexpr uint kEvacuateLivePercentThreshold = 75U; variable280 result = (live_bytes_ * 100U < kEvacuateLivePercentThreshold * bytes_allocated); in ShouldBeEvacuated()