Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction.cc125 size_t first_atomic_idx = 0; in PopulateWithAtomicBoundaries() local
127 if (first_atomic_idx == to) return; in PopulateWithAtomicBoundaries()
128 for (size_t k = first_atomic_idx; k < to; k++) { in PopulateWithAtomicBoundaries()
131 first_atomic_idx = to; in PopulateWithAtomicBoundaries()