Searched refs:min_cached_memory_for_purging_bytes_ (Results 1 – 2 of 2) sorted by relevance
261 min_cached_memory_for_purging_bytes_ = min_cached_memory_for_purging_bytes; in SetPurgingConfiguration()307 if (cached_memory_approx > 10 * min_cached_memory_for_purging_bytes_) { in RunPeriodicPurge()310 } else if (cached_memory_approx > 2 * min_cached_memory_for_purging_bytes_) { in RunPeriodicPurge()313 } else if (cached_memory_approx < min_cached_memory_for_purging_bytes_) { in RunPeriodicPurge()
163 return min_cached_memory_for_purging_bytes_; in PA_COMPONENT_EXPORT()185 size_t min_cached_memory_for_purging_bytes_ = 0u; in PA_COMPONENT_EXPORT() local