Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp459 Block *activeBlk; member in rml::internal::Bin
1176 if (activeBlk) { in verifyTLSBin()
1222 block->next = activeBlk; in pushTLSBin()
1223 if( activeBlk ) { in pushTLSBin()
1229 activeBlk = block; in pushTLSBin()
1248 if (block == activeBlk) { in outofTLSBin()
1271 …MALLOC_ASSERT( (!activeBlk && !mailbox.load(std::memory_order_relaxed)) || (activeBlk && activeBlk in getPrivatizedFreeListBlock()
1733 activeBlk = block; in setActiveBlock()
1742 activeBlk = temp; in setPreviousBlockActive()
1783 if (!activeBlk) in release()
[all …]
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp893 REQUIRE_MESSAGE(!(tlsCurr->bin[i].activeBlk), "Some bin was not cleaned."); in operator ()()