Lines Matching refs:reset
105 void reset();
280 bool reset();
371 void reset();
372 void privatizePublicFreeList( bool reset = true );
915 void BootStrapBlocks::reset() in reset() function in rml::internal::BootStrapBlocks
1062 block->reset(); in returnEmptyBlock()
1111 bool MemoryPool::reset() in reset() function in rml::internal::MemoryPool
1118 bootStrapBlocks.reset(); in reset()
1120 if (!extMemPool.reset()) in reset()
1155 bootStrapBlocks.reset(); in destroy()
1156 extMemPool.orphanedBlocks.reset(); in destroy()
1450 void Block::privatizePublicFreeList( bool reset ) in privatizePublicFreeList() argument
1455 const intptr_t endMarker = reset ? 0 : UNUSABLE; in privatizePublicFreeList()
1458 MALLOC_ASSERT( isOwnedByCurrentThread() || !reset, ASSERT_TEXT ); in privatizePublicFreeList()
1470 MALLOC_ASSERT( !(reset && isNotForUse(publicFreeList)), ASSERT_TEXT ); in privatizePublicFreeList()
1616 void OrphanedBlocks::reset() in reset() function in rml::internal::OrphanedBlocks
1632 block->reset(); in cleanup()
1711 void Block::reset() in reset() function in rml::internal::Block
2750 return ((rml::internal::MemoryPool*)memPool)->reset(); in pool_reset()
2923 hugePages.reset(); in __TBB_mallocProcessShutdownNotification()