Lines Matching refs:pool_destroy
114 ok = pool_destroy(pool); in TestPoolReset()
198 bool ok = pool_destroy(pool); in TestSharedPool()
269 bool ok = pool_destroy(pool[myPool]); in operator ()()
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()
623 bool fail = rml::pool_destroy(nullptr); in TestEntries()
675 bool ok = pool_destroy(pools[i]); in CheckPoolLeaks()
703 bool ok = pool_destroy(pool); in TestPoolCreation()
775 bool ok = pool_destroy(pools[i]); in TestPoolDetection()
787 bool ok = pool_destroy(pool); in TestLazyBootstrap()
803 bool ok = pool_destroy(pool); in operator ()()
844 bool fail = pool_destroy(pool); in TestDestroyFailed()
870 bool destroyed = pool_destroy(pool); in TestPoolMSize()