Searched refs:activeBlk (Results 1 – 2 of 2) sorted by relevance
459 Block *activeBlk; member in rml::internal::Bin1176 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 …]
893 REQUIRE_MESSAGE(!(tlsCurr->bin[i].activeBlk), "Some bin was not cleaned."); in operator ()()