Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dlog_reader.cc551 size_t old_size = buffer_.size(); in TryReadFragment() local
556 } else if (old_size == buffer_.size()) { in TryReadFragment()
572 size_t old_size = buffer_.size(); in TryReadFragment() local
577 } else if (old_size == buffer_.size()) { in TryReadFragment()
589 size_t old_size = buffer_.size(); in TryReadFragment() local
594 } else if (old_size == buffer_.size()) { in TryReadFragment()
/rocksdb-6.9/file/
Dwritable_file_writer.cc314 uint64_t old_size = writable_file_->GetFileSize(IOOptions(), nullptr); in WriteBuffered() local
317 old_size = next_write_offset_; in WriteBuffered()
329 NotifyOnFileWriteFinish(old_size, allowed, start_ts, finish_ts, s); in WriteBuffered()
/rocksdb-6.9/db/compaction/
Dcompaction_picker.cc262 size_t old_size; in ExpandInputsToCleanCut() local
264 old_size = inputs->size(); in ExpandInputsToCleanCut()
270 } while (inputs->size() > old_size); in ExpandInputsToCleanCut()
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc1198 for (size_t old_size = 1; old_size <= wp_db->SNAPSHOT_CACHE_SIZE + extra; in TEST_P() local
1199 old_size++) { in TEST_P()
1201 snapshots.begin(), snapshots.begin() + old_size); in TEST_P()
1205 size_t new_comb_cnt = size_t(1) << old_size; in TEST_P()