Searched refs:lruOptions (Results 1 – 1 of 1) sorted by relevance
3198 LRUCacheOptions lruOptions; in TEST_P() local3199 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()