Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp74 typename LargeObjectCacheImpl<Props>::CacheBin *const bin;
92 typename LargeObjectCacheImpl<Props>::CacheBin *const bin;
125 OperationPreprocessor(typename LargeObjectCacheImpl<Props>::CacheBin *bin) : in OperationPreprocessor()
135 CacheBinFunctor(typename LargeObjectCacheImpl<Props>::CacheBin *bin, ExtMemoryPool *extMemPool, in CacheBinFunctor()
462 CacheBin::get(ExtMemoryPool *extMemPool, size_t size, BinBitMask *bitMask, int idx) in get()
506 CacheBin::releaseAllToBackend(ExtMemoryPool *extMemPool, BinBitMask *bitMask, int idx) in releaseAllToBackend()
584 CacheBin::get() in get()
601 CacheBin::forgetOutdatedState(uintptr_t currTime) in forgetOutdatedState()
626 CacheBin::cleanToThreshold(uintptr_t currTime, BinBitMask *bitMask, int idx) in cleanToThreshold()
668 CacheBin::cleanAll(BinBitMask *bitMask, int idx) in cleanAll()
[all …]
H A Dlarge_objects.h148 class CacheBin {
176 CacheBin();
180 memset(static_cast<void*>(this), 0, sizeof(CacheBin)); in init()
247 CacheBin bin[numBins];
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp923 rml::internal::LargeObjectCacheImpl<Props>::CacheBin::CacheBin() {} in CacheBin() function in rml::internal::LargeObjectCacheImpl::CacheBin
928 typedef typename rml::internal::LargeObjectCacheImpl<Props>::CacheBin CacheBinType;