Home
last modified time | relevance | path

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

/external/puffin/src/
Dpuffin_stream.cc110 cur_cache_size_(0) { in PuffinStream()
462 while (!caches_.empty() && cur_cache_size_ + puff_size > max_cache_size_) { in GetPuffCache()
465 cur_cache_size_ -= cache.second->capacity(); in GetPuffCache()
478 cur_cache_size_ += cache.second->capacity(); in GetPuffCache()
Dpuffin_stream.h163 uint64_t cur_cache_size_; variable