Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp1674 Block *headToFree = localHead, *helper; in returnBlock() local
1676 headToFree = headToFree->next; in returnBlock()
1677 Block *last = headToFree; in returnBlock()
1678 headToFree = headToFree->next; in returnBlock()
1681 for (Block *currBl = headToFree; currBl; currBl = helper) { in returnBlock()