Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackref.cpp29 BackRefBlock *nextForUse; // the next in the chain of blocks with free items member
42nextForUse(nullptr), bumpPtr((FreeObject*)((uintptr_t)blockToUse + slabSize - sizeof(void*))), in BackRefBlock()
143 bl->nextForUse = listForUse.load(std::memory_order_relaxed); in addToForUseList()
225 listForUse.store(active_block->nextForUse, std::memory_order_relaxed); in findFreeBlock()