Lines Matching defs:HOThresholdTester
1509 struct HOThresholdTester { struct
1510 LargeObjectCache* loc;
1511 size_t hugeSize;
1513 static const size_t sieveSize = LargeObjectCache::defaultMaxHugeSize;
1516 static const int MIN_BIN_IDX = 21;
1517 static const int MAX_BIN_IDX = 27;
1519 enum CleanupType {
1525 void populateCache() { in populateCache()
1543 void clean(bool all) { in clean()
1554 void check(CleanupType type) { in check()
1588 HOThresholdTester test = {loc, hugeSize}; in TestHugeSizeThresholdImpl() argument