Lines Matching refs:block_cache
1597 table_options->block_cache = NewLRUCache(16 * 1024 * 1024, 4); in PrefetchRange()
1644 table_options.block_cache = NewLRUCache(16 * 1024 * 1024, 4); in TEST_P()
1919 table_options.block_cache = NewLRUCache(1024, 4); in IndexTest()
2201 table_options.block_cache = NewLRUCache(10000); // fits all blocks in TEST_P()
2393 table_options.block_cache = NewLRUCache(10000); in TEST_P()
2515 table_options.block_cache = NewLRUCache(1024 * 1024, 0); in TEST_P()
2589 table_options.block_cache = NewLRUCache(1024 * 1024, 0); in TEST_P()
2633 table_options.block_cache = NewLRUCache(1024 * 1024, 0); in TEST_P()
2761 table_options.block_cache = NewLRUCache(1024, 4); in TEST_P()
2813 table_options.block_cache = NewLRUCache(co); in TEST_P()
2843 static_cast<int64_t>(table_options.block_cache->GetUsage())); in TEST_P()
2859 static_cast<int64_t>(table_options.block_cache->GetUsage())); in TEST_P()
2872 static_cast<int64_t>(table_options.block_cache->GetUsage())); in TEST_P()
2886 static_cast<int64_t>(table_options.block_cache->GetUsage())); in TEST_P()
2896 table_options.block_cache = NewLRUCache(1, 4); in TEST_P()
2937 table_options.block_cache = NewLRUCache(4096, 4); in TEST_P()
3027 table_options.block_cache = NewLRUCache(1, 0); in TEST_P()
3115 table_options.block_cache = NewLRUCache(16 * 1024 * 1024, 4); in TEST_P()
3154 table_options.block_cache = NewLRUCache(16 * 1024 * 1024, 4); in TEST_P()
3202 table_options.block_cache = NewLRUCache(std::move(lruOptions)); in TEST_P()