Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/
Dsectors.cc170 size_t candidate_bytes = 0; in FindSectorToGarbageCollect() local
200 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()