Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dthread_cache.cc261 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()
H A Dthread_cache.h163 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