Home
last modified time | relevance | path

Searched defs:kMinCachedMemoryForPurging (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/
Dthread_cache.h151 static constexpr size_t kMinCachedMemoryForPurging = 500 * 1024; in PA_COMPONENT_EXPORT() local
Dthread_cache.cc76 constexpr size_t ThreadCacheRegistry::kMinCachedMemoryForPurging; member in partition_alloc::ThreadCacheRegistry