Searched refs:total_live_bytes (Results 1 – 1 of 1) sorted by relevance
869 size_t total_live_bytes = 0; in CollectEvacuationCandidates() local877 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()889 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()897 total_live_bytes += pages[i].first; in CollectEvacuationCandidates()917 ((total_live_bytes + live_bytes) <= max_evacuated_bytes)) { in CollectEvacuationCandidates()919 total_live_bytes += live_bytes; in CollectEvacuationCandidates()929 total_live_bytes / KB, max_evacuated_bytes / KB); in CollectEvacuationCandidates()935 static_cast<int>((total_live_bytes + area_size - 1) / area_size); in CollectEvacuationCandidates()952 total_live_bytes / KB); in CollectEvacuationCandidates()