Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc867 int free_pct = static_cast<int>(free_bytes * 100) / p->area_size(); in CollectEvacuationCandidates() local
869 if (free_pct >= kFreenessThreshold) { in CollectEvacuationCandidates()
871 fragmentation = free_pct; in CollectEvacuationCandidates()