Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.cpp1141 if (!toRet) in coalescAndPutList()
1148 if (toRet->blockInBin) in coalescAndPutList()
1156 size_t currSz = toRet->sizeTmp; in coalescAndPutList()
1158 bool toAligned = extMemPool->fixedPool ? toAlignedBin(toRet, currSz) : toRet->slabAligned; in coalescAndPutList()
1161 if (toRet->blockInBin) { in coalescAndPutList()
1163 if (toRet->myBin == bin && toRet->slabAligned == toAligned) in coalescAndPutList()
1173 toRet->prev = toRet->next = toRet->nextToFree = nullptr; in coalescAndPutList()
1174 toRet->myBin = NO_BIN; in coalescAndPutList()
1183 target->addBlock(bin, toRet, toRet->sizeTmp, addToTail); in coalescAndPutList()
1189 toRet->sizeTmp = 0; in coalescAndPutList()
[all …]