Home
last modified time | relevance | path

Searched refs:high_watermark_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc27 high_watermark_(0), in TrackingAllocator()
46 high_watermark_ = std::max(high_watermark_, allocated_); in AllocateRaw()
62 high_watermark_ = std::max(high_watermark_, allocated_); in AllocateRaw()
167 high_watermark = high_watermark_; in GetSizes()
Dtracking_allocator.h113 size_t high_watermark_ TF_GUARDED_BY(mu_);
/external/cronet/net/disk_cache/simple/
Dsimple_index.h277 uint64_t high_watermark_ = 0; variable
Dsimple_index.cc230 high_watermark_ = max_size_ - max_size_ / kEvictionMarginDivisor; in SetMaxSize()
403 if (eviction_in_progress_ || cache_size_ <= high_watermark_) in StartEvictionIfNeeded()