Searched refs:approximate_memory_usage_ (Results 1 – 2 of 2) sorted by relevance
142 return approximate_memory_usage_.load(std::memory_order_relaxed); in ApproximateMemoryUsageFast()528 std::atomic<uint64_t> approximate_memory_usage_; variable
109 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()