Function mpool_destroy

Function Documentation

void mpool_destroy(struct mpool *the_pool)

Destroy a mpool.

Any further use of the pool handle after calling this function is undefined.

Parameters:

the_pool – The mpool handle.