Home
last modified time | relevance | path

Searched defs:sim_cache (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator.cc16 GhostCache::GhostCache(std::shared_ptr<Cache> sim_cache) in GhostCache()
31 std::shared_ptr<Cache> sim_cache) in CacheSimulator()
205 std::shared_ptr<CacheSimulator> sim_cache; in InitializeCaches() local
261 for (auto& sim_cache : config_caches.second) { in Access() local
268 for (auto& sim_cache : config_caches.second) { in Access() local
Dcache_simulator_test.cc70 void AssertCache(std::shared_ptr<Cache> sim_cache, in AssertCache()
113 std::shared_ptr<Cache> sim_cache = in TEST_F() local
163 std::shared_ptr<Cache> sim_cache = in TEST_F() local
213 std::shared_ptr<Cache> sim_cache = in TEST_F() local
322 std::shared_ptr<Cache> sim_cache = NewLRUCache(co); in TEST_F() local
429 std::shared_ptr<Cache> sim_cache = in TEST_F() local
Dcache_simulator.h131 std::shared_ptr<Cache> sim_cache) in PrioritizedCacheSimulator()
159 std::shared_ptr<Cache> sim_cache, in HybridRowBlockCacheSimulator()
Dsim_cache.cc157 SimCacheImpl(std::shared_ptr<Cache> sim_cache, std::shared_ptr<Cache> cache) in SimCacheImpl()
341 std::shared_ptr<SimCache> NewSimCache(std::shared_ptr<Cache> sim_cache, in NewSimCache()
Dsim_cache_test.cc152 std::shared_ptr<SimCache> sim_cache = NewSimCache(NewLRUCache(co), 20000, 0); in TEST_F() local