Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/simple/
Dsimple_index.cc432 const uint64_t amount_to_evict = cache_size_ - low_watermark_; in StartEvictionIfNeeded() local
436 if (evicted_so_far_size >= amount_to_evict) in StartEvictionIfNeeded()