Home
last modified time | relevance | path

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

/rocksdb-6.9/memtable/
Dalloc_tracker.cc28 write_buffer_manager_->cost_to_cache()) { in Allocate()
37 write_buffer_manager_->cost_to_cache()) { in DoneAllocating()
53 write_buffer_manager_->cost_to_cache()) { in FreeMem()
/rocksdb-6.9/include/rocksdb/
Dwrite_buffer_manager.h37 bool cost_to_cache() const { return cache_rep_ != nullptr; } in cost_to_cache() function
/rocksdb-6.9/db/
Dmemtable.cc76 write_buffer_manager->cost_to_cache())) in MemTable()