Home
last modified time | relevance | path

Searched defs:NewCache (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/cache/
Dlru_cache_test.cc28 void NewCache(size_t capacity, double high_pri_pool_ratio = 0.0, in NewCache() function in ROCKSDB_NAMESPACE::LRUCacheTest
Dcache_test.cc76 std::shared_ptr<Cache> NewCache(size_t capacity) { in NewCache() function in ROCKSDB_NAMESPACE::CacheTest
87 std::shared_ptr<Cache> NewCache( in NewCache() function in ROCKSDB_NAMESPACE::CacheTest
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc87 std::shared_ptr<Cache> StressTest::NewCache(size_t capacity) { in NewCache() function in ROCKSDB_NAMESPACE::StressTest
/rocksdb-6.9/tools/
Ddb_bench_tool.cc2618 std::shared_ptr<Cache> NewCache(int64_t capacity) { in NewCache() function in ROCKSDB_NAMESPACE::Benchmark