Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/
Dcache.h46 struct LRUCacheOptions { struct
89 LRUCacheOptions() {} in LRUCacheOptions() argument
90 LRUCacheOptions(size_t _capacity, int _num_shard_bits,
121 extern std::shared_ptr<Cache> NewLRUCache(const LRUCacheOptions& cache_opts);
/rocksdb-6.9/options/
Doptions_helper.cc573 return ParseStructOptions<LRUCacheOptions>(value, in ParseOptionHelper()
574 reinterpret_cast<LRUCacheOptions*>(opt_address), in ParseOptionHelper()
1761 LRUCacheOptions OptionsHelper::dummy_lru_cache_options;
1789 int offset_of(T1 LRUCacheOptions::*member) { in offset_of()
2110 {offset_of(&LRUCacheOptions::capacity), OptionType::kSizeT,
2112 offsetof(struct LRUCacheOptions, capacity)}},
2114 {offset_of(&LRUCacheOptions::num_shard_bits), OptionType::kInt,
2116 offsetof(struct LRUCacheOptions, num_shard_bits)}},
2118 {offset_of(&LRUCacheOptions::strict_capacity_limit),
2120 offsetof(struct LRUCacheOptions, strict_capacity_limit)}},
[all …]
Doptions_helper.h190 static LRUCacheOptions dummy_lru_cache_options;
/rocksdb-6.9/utilities/simulator_cache/
Dsim_cache_test.cc80 LRUCacheOptions co; in TEST_F()
149 LRUCacheOptions co; in TEST_F()
Dsim_cache.cc334 LRUCacheOptions co; in NewSimCache()
Dcache_simulator_test.cc316 LRUCacheOptions co; in TEST_F()
/rocksdb-6.9/memtable/
Dwrite_buffer_manager_test.cc54 LRUCacheOptions co; in TEST_F()
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc172 LRUCacheOptions co; in BlockBasedTableFactory()
495 LRUCacheOptions cache_opts; in ParseBlockBasedTableOption()
/rocksdb-6.9/cache/
Dlru_cache.cc545 std::shared_ptr<Cache> NewLRUCache(const LRUCacheOptions& cache_opts) { in NewLRUCache()
Dcache_test.cc92 LRUCacheOptions co; in NewCache()
/rocksdb-6.9/db/
Ddb_block_cache_test.cc384 LRUCacheOptions co; in TEST_F()
Ddb_properties_test.cc1634 LRUCacheOptions co; in TEST_F()
Ddb_test2.cc463 NewLRUCache(LRUCacheOptions(10000000, 1, false, 0.0)); in TEST_F()
/rocksdb-6.9/table/
Dtable_test.cc2809 LRUCacheOptions co; in TEST_P()
3198 LRUCacheOptions lruOptions; in TEST_P()
/rocksdb-6.9/db/db_impl/
Ddb_impl.cc239 LRUCacheOptions co; in DBImpl()
/rocksdb-6.9/
DHISTORY.md178 * LRUCacheOptions.high_pri_pool_ratio is set to 0.5 (previously 0.0) by default, which means that b…