Home
last modified time | relevance | path

Searched defs:HOThresholdTester (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp1509 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()
[all …]