Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp73 class CacheBinFunctor { class
131 friend class CacheBinFunctor;
135 CacheBinFunctor(typename LargeObjectCacheImpl<Props>::CacheBin *bin, ExtMemoryPool *extMemPool, in CacheBinFunctor() function in rml::internal::CacheBinFunctor
235 template<typename Props> void CacheBinFunctor<Props>::
242 template<typename Props> void CacheBinFunctor<Props>::
249 template<typename Props> bool CacheBinFunctor<Props>::
268 template<typename Props> void CacheBinFunctor<Props>::
284 template<typename Props> void CacheBinFunctor<Props>::
367 template<typename Props> void CacheBinFunctor<Props>::operator()(CacheBinOperation* opList) in operator ()()
449 CacheBinFunctor<Props> func( this, extMemPool, bitMask, idx ); in ExecuteOperation()