Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dmemtable_list.h334 uint64_t PrecomputeMinLogContainingPrepSection(
Dmemtable_list.cc613 uint64_t MemTableList::PrecomputeMinLogContainingPrepSection( in PrecomputeMinLogContainingPrepSection() function in ROCKSDB_NAMESPACE::MemTableList
Dcolumn_family.cc695 imm()->PrecomputeMinLogContainingPrepSection(empty_list); in OldestLogToKeep()
/rocksdb-6.9/db/db_impl/
Ddb_impl_files.cc590 auto log = loop_cfd->imm()->PrecomputeMinLogContainingPrepSection( in FindMinPrepLogReferencedByMemTable()