Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.cpp1158 bool toAligned = extMemPool->fixedPool ? toAlignedBin(toRet, currSz) : toRet->slabAligned; in coalescAndPutList() local
1163 if (toRet->myBin == bin && toRet->slabAligned == toAligned) in coalescAndPutList()
1175 toRet->slabAligned = toAligned; in coalescAndPutList()