Searched refs:externalCleanup (Results 1 – 2 of 2) sorted by relevance
559 bool externalCleanup(); // can be called by another thread574 bool externalCleanup(ExtMemoryPool *extMemPool);600 bool externalCleanup(bool cleanOnlyUnused, bool cleanBins) { in externalCleanup() function in rml::internal::TLSData606 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::FreeBlockPool1779 externalCleanup(/*cleanOnlyUnused=*/false, /*cleanBins=*/false); in release()2272 bool LocalLOCImpl<LOW_MARK, HIGH_MARK>::externalCleanup(ExtMemoryPool *extMemPool) in externalCleanup() function in rml::internal::LocalLOCImpl3298 released = tls->externalCleanup(/*cleanOnlyUnused*/false, /*cleanBins=*/true); in scalable_allocation_command()
555 lLOC.externalCleanup(mPool); in TestPools()1358 tls->lloc.externalCleanup(&defaultMemPool->extMemPool); in TestReallocDecreasing()