Searched refs:free_pct (Results 1 – 1 of 1) sorted by relevance
875 int free_pct = static_cast<int>(free_bytes * 100) / p->area_size(); in CollectEvacuationCandidates() local877 if (free_pct >= kFreenessThreshold) { in CollectEvacuationCandidates()879 fragmentation = free_pct; in CollectEvacuationCandidates()