Searched refs:tc (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/db/ |
| D | db_options_test.cc | 589 Cache* tc = dbfull()->TEST_table_cache(); in TEST_F() local 592 ASSERT_LT(2000, tc->GetCapacity()); in TEST_F() 596 ASSERT_GT(1500, tc->GetCapacity()); in TEST_F()
|
| D | version_set.cc | 4859 std::shared_ptr<Cache> tc(NewLRUCache(options->max_open_files - 10, in ReduceNumberOfLevels() local 4863 VersionSet versions(dbname, &db_options, file_options, tc.get(), &wb, &wc, in ReduceNumberOfLevels()
|
| /rocksdb-6.9/tools/ |
| D | ldb_cmd_test.cc | 186 std::shared_ptr<Cache> tc(NewLRUCache(options_.max_open_files - 10, in VerifyChecksumInManifest() local 193 VersionSet versions(dbname_, &immutable_db_options, sopt, tc.get(), &wb, in VerifyChecksumInManifest()
|
| D | ldb_cmd.cc | 1016 std::shared_ptr<Cache> tc(NewLRUCache(options.max_open_files - 10, in DumpManifestFile() local 1026 VersionSet versions(dbname, &immutable_db_options, sopt, tc.get(), &wb, &wc, in DumpManifestFile() 1158 std::shared_ptr<Cache> tc(NewLRUCache(options.max_open_files - 10, in GetLiveFilesChecksumInfoFromVersionSet() local 1168 VersionSet versions(dbname, &immutable_db_options, sopt, tc.get(), &wb, &wc, in GetLiveFilesChecksumInfoFromVersionSet() 1875 std::shared_ptr<Cache> tc( in GetOldNumOfLevels() local 1880 VersionSet versions(db_path_, &db_options, soptions, tc.get(), &wb, &wc, in GetOldNumOfLevels()
|