Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dmemtable.h142 return approximate_memory_usage_.load(std::memory_order_relaxed); in ApproximateMemoryUsageFast()
528 std::atomic<uint64_t> approximate_memory_usage_; variable
Dmemtable.cc109 approximate_memory_usage_(0) { in MemTable()
143 approximate_memory_usage_.store(total_usage, std::memory_order_relaxed); in ApproximateMemoryUsage()
164 approximate_memory_usage_.store(allocated_memory, std::memory_order_relaxed); in ShouldFlushNow()