Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackend.cpp1105 FreeBlock *nextRight = right->rightNeig(rightSz); in doCoalesc() local
1106 size_t nextRightSz = nextRight-> in doCoalesc()
1110 memRegion = static_cast<LastFreeBlock*>(nextRight)->memRegion; in doCoalesc()
1112 nextRight->setMeFree(nextRightSz); in doCoalesc()