Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp75 ExtMemoryPool *const extMemPool; member in rml::internal::CacheBinFunctor
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()
472 … CacheBin::putList(ExtMemoryPool *extMemPool, LargeMemoryBlock *head, BinBitMask *bitMask, int idx) in putList()
482 …CacheBin::cleanToThreshold(ExtMemoryPool *extMemPool, BinBitMask *bitMask, uintptr_t currTime, int… in cleanToThreshold()
506 CacheBin::releaseAllToBackend(ExtMemoryPool *extMemPool, BinBitMask *bitMask, int idx) in releaseAllToBackend()
529 CacheBin::updateUsedSize(ExtMemoryPool *extMemPool, size_t size, BinBitMask *bitMask, int idx) in updateUsedSize()
704 bool LargeObjectCacheImpl<Props>::regularCleanup(ExtMemoryPool *extMemPool, uintptr_t currTime, boo… in regularCleanup()
748 bool LargeObjectCacheImpl<Props>::cleanAll(ExtMemoryPool *extMemPool) in cleanAll()
851 void LargeObjectCacheImpl<Props>::updateCacheState(ExtMemoryPool *extMemPool, DecreaseOrIncrease op… in updateCacheState()
[all …]
H A Dlarge_objects.h326 ExtMemoryPool *extMemPool; variable
H A Dbackend.h234 ExtMemoryPool *extMemPool; variable
H A Dfrontend.cpp274 ExtMemoryPool extMemPool; member in rml::internal::MemoryPool
2196 bool LocalLOCImpl<LOW_MARK, HIGH_MARK>::put(LargeMemoryBlock *object, ExtMemoryPool *extMemPool) in put()
2272 bool LocalLOCImpl<LOW_MARK, HIGH_MARK>::externalCleanup(ExtMemoryPool *extMemPool) in externalCleanup()