Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp559 bool externalCleanup(); // can be called by another thread
574 bool externalCleanup(ExtMemoryPool *extMemPool);
600 bool externalCleanup(bool cleanOnlyUnused, bool cleanBins) { in externalCleanup() function in rml::internal::TLSData
606 bool lloc_cleaned = lloc.externalCleanup(&memPool->extMemPool); in externalCleanup()
607 bool free_slab_blocks_cleaned = freeSlabBlocks.externalCleanup(); in externalCleanup()
692 … released |= static_cast<TLSData*>(curr)->externalCleanup(cleanOnlyUnused, /*cleanBins=*/false); in cleanup()
1694 bool FreeBlockPool::externalCleanup() in externalCleanup() function in rml::internal::FreeBlockPool
1779 externalCleanup(/*cleanOnlyUnused=*/false, /*cleanBins=*/false); in release()
2272 bool LocalLOCImpl<LOW_MARK, HIGH_MARK>::externalCleanup(ExtMemoryPool *extMemPool) in externalCleanup() function in rml::internal::LocalLOCImpl
3298 released = tls->externalCleanup(/*cleanOnlyUnused*/false, /*cleanBins=*/true); in scalable_allocation_command()
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp555 lLOC.externalCleanup(mPool); in TestPools()
1358 tls->lloc.externalCleanup(&defaultMemPool->extMemPool); in TestReallocDecreasing()