qpool_destroy - Man Page
deallocate a distributed memory pool
Synopsis
#include <qthread/qpool.h>
void
qpool_destroy (qpool *pool);
Description
This function deallocates the specified distributed memory pool, and all memory associated with that pool (even if it had not yet been returned to the pool).
See Also
Referenced By
qpool_alloc(3), qpool_create(3), qpool_free(3).
MAY 2009 libqthread