Searched refs:kMaxMemCompactLevel (Results 1 – 4 of 4) sorted by relevance
39 static const int kMaxMemCompactLevel = 2; variable
1232 const int last = config::kMaxMemCompactLevel; in TEST()1261 const int last = config::kMaxMemCompactLevel; in TEST()1286 ASSERT_EQ(config::kMaxMemCompactLevel, 2) << "Fix test to match config"; in TEST()1447 ASSERT_EQ(config::kMaxMemCompactLevel, 2) in TEST()1622 const int last = config::kMaxMemCompactLevel; in TEST()
322 const int last = config::kMaxMemCompactLevel; in TEST()
517 while (level < config::kMaxMemCompactLevel) { in PickLevelForMemTableOutput()