Home
last modified time | relevance | path

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

/rocksdb-6.9/file/
Dsst_file_manager_impl.h78 bool EnoughRoomForCompaction(ColumnFamilyData* cfd,
Dsst_file_manager_impl.cc159 bool SstFileManagerImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction() function in ROCKSDB_NAMESPACE::SstFileManagerImpl
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc27 bool DBImpl::EnoughRoomForCompaction( in EnoughRoomForCompaction() function in ROCKSDB_NAMESPACE::DBImpl
40 sfm->EnoughRoomForCompaction(cfd, inputs, error_handler_.GetBGError()); in EnoughRoomForCompaction()
988 bool enough_room = EnoughRoomForCompaction( in CompactFilesImpl()
2556 bool enough_room = EnoughRoomForCompaction( in BackgroundCompaction()
2624 bool enough_room = EnoughRoomForCompaction( in BackgroundCompaction()
Ddb_impl.h1586 bool EnoughRoomForCompaction(ColumnFamilyData* cfd,