Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dfault_injection_test.cc73 std::shared_ptr<Cache> tiny_cache_; member in ROCKSDB_NAMESPACE::FaultInjectionTest
146 assert(tiny_cache_ == nullptr); in NewDB()
157 tiny_cache_ = NewLRUCache(100); in NewDB()
158 table_options.block_cache = tiny_cache_; in NewDB()
184 tiny_cache_.reset(); in TearDown()
Dcorruption_test.cc44 std::shared_ptr<Cache> tiny_cache_; member in ROCKSDB_NAMESPACE::CorruptionTest
52 tiny_cache_ = NewLRUCache(100, 4); in CorruptionTest()
88 table_options.block_cache = tiny_cache_; in TryReopen()