Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_shared_state.h134 values_allocation_.reset( in SharedState()
136 values_ = &values_allocation_[0]; in SharedState()
355 std::unique_ptr<std::atomic<uint32_t>[]> values_allocation_; variable