Table of Contents
qpool_destroy - deallocate a distributed memory pool
#include
<qthread/qpool.h>
void
qpool_destroy(qpool *pool);
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).
qpool_create(3)
, qpool_alloc(3)
,
qpool_free(3)
Table of Contents