Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dtable_test.cc3198 LRUCacheOptions lruOptions; in TEST_P() local
3199 lruOptions.memory_allocator = custom_memory_allocator; in TEST_P()
3200 lruOptions.capacity = 16 * 1024 * 1024; in TEST_P()
3201 lruOptions.num_shard_bits = 4; in TEST_P()
3202 table_options.block_cache = NewLRUCache(std::move(lruOptions)); in TEST_P()