Home
last modified time | relevance | path

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

/external/puffin/src/
Dpuffin_stream.cc109 max_cache_size_(max_cache_size), in PuffinStream()
137 if (max_cache_size_ < max_puff_length) { in PuffinStream()
138 max_cache_size_ = 0; // It means we are not caching puffs. in PuffinStream()
266 max_cache_size_ == 0 && (skip_bytes_ == 0) && in Read()
270 if (max_cache_size_ == 0 || in Read()
462 while (!caches_.empty() && cur_cache_size_ + puff_size > max_cache_size_) { in GetPuffCache()
Dpuffin_stream.h161 size_t max_cache_size_; variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h55 max_cache_size_ = cache_size; in Init()
62 if (c->Size() > max_cache_size_) in Put()
80 uptr max_cache_size_; variable