Searched refs:pool_destroy (Results 1 – 8 of 8) sorted by relevance
114 ok = pool_destroy(pool); in TestPoolReset()198 bool ok = pool_destroy(pool); in TestSharedPool()300 bool ok = pool_destroy(pool); in TestTooSmallBuffer()463 bool ok = pool_destroy(pool); in TestFixedBufferPool()472 bool ok = pool_destroy(pool); in TestFixedBufferPool()507 bool ok = pool_destroy(pool); in TestPoolGranularity()569 ok = pool_destroy(pool); in TestPoolKeepTillDestroy()620 bool ok = pool_destroy(pool); in TestEntries()703 bool ok = pool_destroy(pool); in TestPoolCreation()787 bool ok = pool_destroy(pool); in TestLazyBootstrap()[all …]
444 pool_destroy(pool1); in TestPools()445 pool_destroy(pool2); in TestPools()501 pool_destroy(mallocPool); in TestPools()502 pool_destroy(fixedPool); in TestPools()536 pool_destroy(mallocPool); in TestPools()558 pool_destroy(mallocPool); in TestPools()700 pool_destroy(mPool); in TestBackend()
157 pool_destroy(pool); in TestSmallFixedSizePool()
38 ?pool_destroy@rml@@YA_NPAVMemoryPool@1@@Z
38 ?pool_destroy@rml@@YA_NPEAVMemoryPool@1@@Z
185 TBBMALLOC_EXPORT bool pool_destroy(MemoryPool* memPool);
64 void destroy() { rml::pool_destroy(my_pool); } in destroy()
2737 bool pool_destroy(rml::MemoryPool* memPool) in pool_destroy() function