Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackref.cpp150 intptr_t nextLU = lastUsed+1; in initEmptyBackRefBlock() local
151 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()