Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp877 void LargeObjectCacheImpl<Props>::putList(ExtMemoryPool *extMemPool, LargeMemoryBlock *toCache) in putList() argument
879 int toBinIdx = Props::sizeToIdx(toCache->unalignedSize); in putList()
882 bin[toBinIdx].putList(extMemPool, toCache, &bitMask, toBinIdx); in putList()