Searched refs:updateUsedSize (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/src/tbbmalloc/ |
| H A D | large_objects.cpp | 110 size_t updateUsedSize; member in rml::internal::CacheBinFunctor::OperationPreprocessor 127 …lastGetOpTime(0), lastGet(0), updateUsedSize(0), head(nullptr), tail(nullptr), putListNum(0), isCl… in OperationPreprocessor() 341 updateUsedSize += opCast<OpUpdateUsedSize>(*op).size; in operator ()() 404 bin->updateUsedSize( opGetData.size, bitMask, idx ); in operator ()() 441 if ( size_t size = prep.updateUsedSize ) in operator ()() 442 bin->updateUsedSize(size, bitMask, idx); in operator ()() 529 CacheBin::updateUsedSize(ExtMemoryPool *extMemPool, size_t size, BinBitMask *bitMask, int idx) in updateUsedSize() function in rml::internal::LargeObjectCacheImpl::CacheBin 855 bin[idx].updateUsedSize(extMemPool, op==decrease? -size : size, &bitMask, idx); in updateCacheState()
|
| H A D | large_objects.h | 192 void updateUsedSize(ExtMemoryPool *extMemPool, size_t size, BinBitMask *bitMask, int idx); 212 void updateUsedSize(size_t size, BinBitMask *bitMask, int idx) { in updateUsedSize() function
|