Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackref.cpp82 BackRefBlock *backRefBl[1]; // the real size of the array is dataSz member
153 backRefBl[nextLU] = newBl; in initEmptyBackRefBlock()
247 (uintptr_t)backRefMain.load(std::memory_order_relaxed)->backRefBl[backRefIdx.getMain()] in getBackRef()
257 …((std::atomic<void*>*)((uintptr_t)backRefMain.load(std::memory_order_relaxed)->backRefBl[backRefId… in setBackRef()
325 …BackRefBlock *currBlock = backRefMain.load(std::memory_order_relaxed)->backRefBl[backRefIdx.getMai… in removeBackRef()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp283 cnt += backRefMain.load(std::memory_order_relaxed)->backRefBl[i]->allocatedCount; in allocatedBackRefCount()