Searched refs:nextLU (Results 1 – 1 of 1) sorted by relevance
150 intptr_t nextLU = lastUsed+1; in initEmptyBackRefBlock() local151 new (newBl) BackRefBlock(newBl, nextLU); in initEmptyBackRefBlock()152 MALLOC_ASSERT(nextLU < dataSz, nullptr); in initEmptyBackRefBlock()153 backRefBl[nextLU] = newBl; in initEmptyBackRefBlock()156 lastUsed.store(nextLU, std::memory_order_release); in initEmptyBackRefBlock()