Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp383 inline bool isOwnedByCurrentThread() const;
1182 MALLOC_ASSERT( temp->isOwnedByCurrentThread(), ASSERT_TEXT ); in verifyTLSBin()
1191 MALLOC_ASSERT( temp->isOwnedByCurrentThread(), ASSERT_TEXT ); in verifyTLSBin()
1214 MALLOC_ASSERT( block->isOwnedByCurrentThread(), ASSERT_TEXT ); in pushTLSBin()
1242 MALLOC_ASSERT( block->isOwnedByCurrentThread(), ASSERT_TEXT ); in outofTLSBin()
1316 MALLOC_ASSERT( block->isOwnedByCurrentThread(), ASSERT_TEXT ); in cleanPublicFreeLists()
1458 MALLOC_ASSERT( isOwnedByCurrentThread() || !reset, ASSERT_TEXT ); in privatizePublicFreeList()
1731 MALLOC_ASSERT( block->isOwnedByCurrentThread(), ASSERT_TEXT ); in setActiveBlock()
1747 inline bool Block::isOwnedByCurrentThread() const { in isOwnedByCurrentThread() function in rml::internal::Block
2139 MALLOC_ASSERT( isOwnedByCurrentThread(), ASSERT_TEXT ); in allocate()
[all …]