Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackref.cpp264 void **toUse; in newBackRef() local
273 toUse = nullptr; in newBackRef()
278 toUse = (void**)blockToUse->freeList; in newBackRef()
285 toUse = (void**)blockToUse->bumpPtr; in newBackRef()
295 if (toUse) { in newBackRef()
303 } while (!toUse); in newBackRef()
311 ((uintptr_t)toUse - ((uintptr_t)blockToUse + sizeof(BackRefBlock)))/sizeof(void*); in newBackRef()