Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_test.cc331 const size_t size_max = std::numeric_limits<size_t>::max(); in RunTest() local
338 table_options.block_cache = NewLRUCache(size_max); in RunTest()
346 table_options.block_cache = NewLRUCache(size_max); in RunTest()
347 table_options.block_cache_compressed = NewLRUCache(size_max); in RunTest()
356 table_options.block_cache = NewLRUCache(size_max); in RunTest()
357 table_options.block_cache_compressed = NewLRUCache(size_max); in RunTest()