HomeSort by relevance Sort by last modified time
    Searched refs:cache_size_ (Results 1 - 10 of 10) sorted by null

  /external/piex/src/binary_parse/
cached_paged_byte_array.cc 31 : paged_byte_array_(paged_byte_array), cache_size_(cache_size) {}
53 if (cached_pages_.size() >= cache_size_) {
cached_paged_byte_array.h 66 const size_t cache_size_; member in class:piex::binary_parse::CachedPagedByteArray
  /external/tensorflow/tensorflow/core/platform/cloud/
ram_file_block_cache.cc 60 while (!lru_list_.empty() && cache_size_ > max_bytes_) {
107 cache_size_ += block->data.size();
239 return cache_size_;
264 cache_size_ = 0;
288 cache_size_ -= entry->second->data.size();
ram_file_block_cache.h 240 size_t cache_size_ GUARDED_BY(mu_) = 0;
  /external/stressapptest/src/
sat.h 186 int cache_size_; // Size of disk cache. member in class:Sat
sat.cc 748 cache_size_ = -1;
907 ARG_IVALUE("--cache-size", cache_size_);
    [all...]
worker.h 742 int cache_size_; // Size of disk cache, in bytes. member in class:DiskThread
worker.cc     [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 181 cache_size_(cache_size),
248 if (cache_used_ < cache_size_)
    [all...]
activity_tracker.h 230 const size_t cache_size_; member in class:base::debug::ActivityTrackerMemoryAllocator
    [all...]

Completed in 386 milliseconds