Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp928 typedef typename rml::internal::LargeObjectCacheImpl<Props>::CacheBin CacheBinType; typedef in CacheBinModel
931 CacheBinType cacheBinModel;
933 CacheBinType &cacheBin;
962 … CacheBinModel(CacheBinType &_cacheBin, size_t allocSize) : cacheBin(_cacheBin), size(allocSize) { in CacheBinModel()