Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp851 void LargeObjectCacheImpl<Props>::updateCacheState(ExtMemoryPool *extMemPool, DecreaseOrIncrease op… in updateCacheState() function in rml::internal::LargeObjectCacheImpl
885 void LargeObjectCache::updateCacheState(DecreaseOrIncrease op, size_t size) in updateCacheState() function in rml::internal::LargeObjectCache
888 largeCache.updateCacheState(extMemPool, op, size); in updateCacheState()
890 hugeCache.updateCacheState(extMemPool, op, size); in updateCacheState()
901 updateCacheState(decrease, oldSize); in registerRealloc()
902 updateCacheState(increase, alignToBin(newSize)); in registerRealloc()
996 loc.updateCacheState(decrease, allocationSize); in mallocLargeObject()
H A Dlarge_objects.h267 void updateCacheState(ExtMemoryPool *extMemPool, DecreaseOrIncrease op, size_t size);
343 void updateCacheState(DecreaseOrIncrease op, size_t size);