Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dbackref.cpp241 …|| backRefIdx.getMain() > (backRefMain.load(std::memory_order_relaxed)->lastUsed.load(std::memory_… in getBackRef()
247 (uintptr_t)backRefMain.load(std::memory_order_relaxed)->backRefBl[backRefIdx.getMain()] in getBackRef()
255 …MALLOC_ASSERT(backRefIdx.getMain()<=backRefMain.load(std::memory_order_relaxed)->lastUsed.load(std… in setBackRef()
257 …ic<void*>*)((uintptr_t)backRefMain.load(std::memory_order_relaxed)->backRefBl[backRefIdx.getMain()] in setBackRef()
323 …MALLOC_ASSERT(backRefIdx.getMain()<=backRefMain.load(std::memory_order_relaxed)->lastUsed.load(std… in removeBackRef()
325 …RefBlock *currBlock = backRefMain.load(std::memory_order_relaxed)->backRefBl[backRefIdx.getMain()]; in removeBackRef()
H A Dtbbmalloc_internal.h315 main_t getMain() const { return main; }
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_overload.cpp145 uint16_t getMain() const { return main; } in getMain() function in BackRefIdx