Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl.cc669 size_t size_total = in EstimateInMemoryStatsHistorySize() local
671 if (stats_history_.size() == 0) return size_total; in EstimateInMemoryStatsHistorySize()
680 size_total = size_per_slice * stats_history_.size(); in EstimateInMemoryStatsHistorySize()
681 return size_total; in EstimateInMemoryStatsHistorySize()