Searched refs:CacheBinType (Results 1 – 1 of 1) sorted by relevance
928 typedef typename rml::internal::LargeObjectCacheImpl<Props>::CacheBin CacheBinType; typedef in CacheBinModel931 CacheBinType cacheBinModel;933 CacheBinType &cacheBin;962 … CacheBinModel(CacheBinType &_cacheBin, size_t allocSize) : cacheBin(_cacheBin), size(allocSize) { in CacheBinModel()