Searched refs:nextForUse (Results 1 – 1 of 1) sorted by relevance
29 BackRefBlock *nextForUse; // the next in the chain of blocks with free items member42 … nextForUse(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()