Searched refs:kReadBytesPeriod (Results 1 – 2 of 2) sorted by relevance
/external/leveldb/db/ | ||
D | dbformat.h | 45 static const int kReadBytesPeriod = 1048576; variable |
D | db_iter.cc | 106 return rnd_.Uniform(2 * config::kReadBytesPeriod); in RandomCompactionPeriod() |