Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_secondary_test.cc641 const int kNumKeysPerMemtable = 1; in TEST_F() local
647 new SpecialSkipListFactory(kNumKeysPerMemtable)); in TEST_F()
690 const int kNumKeysPerMemtable = 1; in TEST_F() local
702 new SpecialSkipListFactory(kNumKeysPerMemtable)); in TEST_F()
758 const int kNumKeysPerMemtable = 16; in TEST_F() local
764 new SpecialSkipListFactory(kNumKeysPerMemtable)); in TEST_F()
/rocksdb-6.9/db/
Ddb_test.cc6245 int kNumKeysPerMemtable = 3; in TEST_F() local
6247 new SpecialSkipListFactory(kNumKeysPerMemtable)); in TEST_F()
6259 for (int j = 0; j < kNumKeysPerMemtable; j++) { in TEST_F()