Searched refs:LRUCacheOptions (Results 1 – 16 of 16) sorted by relevance
| /rocksdb-6.9/include/rocksdb/ |
| D | cache.h | 46 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/ |
| D | options_helper.cc | 573 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 …]
|
| D | options_helper.h | 190 static LRUCacheOptions dummy_lru_cache_options;
|
| /rocksdb-6.9/utilities/simulator_cache/ |
| D | sim_cache_test.cc | 80 LRUCacheOptions co; in TEST_F() 149 LRUCacheOptions co; in TEST_F()
|
| D | sim_cache.cc | 334 LRUCacheOptions co; in NewSimCache()
|
| D | cache_simulator_test.cc | 316 LRUCacheOptions co; in TEST_F()
|
| /rocksdb-6.9/memtable/ |
| D | write_buffer_manager_test.cc | 54 LRUCacheOptions co; in TEST_F()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_factory.cc | 172 LRUCacheOptions co; in BlockBasedTableFactory() 495 LRUCacheOptions cache_opts; in ParseBlockBasedTableOption()
|
| /rocksdb-6.9/cache/ |
| D | lru_cache.cc | 545 std::shared_ptr<Cache> NewLRUCache(const LRUCacheOptions& cache_opts) { in NewLRUCache()
|
| D | cache_test.cc | 92 LRUCacheOptions co; in NewCache()
|
| /rocksdb-6.9/db/ |
| D | db_block_cache_test.cc | 384 LRUCacheOptions co; in TEST_F()
|
| D | db_properties_test.cc | 1634 LRUCacheOptions co; in TEST_F()
|
| D | db_test2.cc | 463 NewLRUCache(LRUCacheOptions(10000000, 1, false, 0.0)); in TEST_F()
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 2809 LRUCacheOptions co; in TEST_P() 3198 LRUCacheOptions lruOptions; in TEST_P()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.cc | 239 LRUCacheOptions co; in DBImpl()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 178 * LRUCacheOptions.high_pri_pool_ratio is set to 0.5 (previously 0.0) by default, which means that b…
|