Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp926 class CacheBinModel { class
962CacheBinModel(CacheBinType &_cacheBin, size_t allocSize) : cacheBin(_cacheBin), size(allocSize) { in CacheBinModel() function in CacheBinModel