Searched refs:candidate_bytes (Results 1 – 1 of 1) sorted by relevance
170 size_t candidate_bytes = 0; in FindSectorToGarbageCollect() local200 if ((sector.RecoverableBytes(sector_size_bytes) > candidate_bytes) && in FindSectorToGarbageCollect()203 candidate_bytes = sector.RecoverableBytes(sector_size_bytes); in FindSectorToGarbageCollect()215 if ((sector.valid_bytes() > candidate_bytes) && in FindSectorToGarbageCollect()218 candidate_bytes = sector.valid_bytes(); in FindSectorToGarbageCollect()