Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_shared_state.h43 max_key_(FLAGS_max_key), in SharedState()
68 int64_t* permutation = new int64_t[max_key_]; in SharedState()
69 for (int64_t i = 0; i < max_key_; i++) { in SharedState()
77 int64_t rand_index = i + rnd.Next() % (max_key_ - i); in SharedState()
89 sizeof(std::atomic<uint32_t>) * FLAGS_column_families * max_key_; in SharedState()
135 new std::atomic<uint32_t>[FLAGS_column_families * max_key_]); in SharedState()
142 for (int j = 0; j < max_key_; ++j) { in SharedState()
154 if (max_key_ & ((1 << log2_keys_per_lock_) - 1)) { in SharedState()
184 int64_t GetMaxKey() const { return max_key_; } in GetMaxKey()
237 return values_[cf * max_key_ + key]; in Value()
[all …]