Table of Contents
qpool_free - return a memory block to its distributed memory pool
#include
<qthread/qpool.h>
void
qpool_free(qthread_t *me, qpool *pool, void *mem);
This function
returns a block of memory (mem) to its distributed memory pool (pool). This
memory must have originated in that pool.
qpool_destroy(3)
, qpool_alloc(3)
,
qpool_create(3)
Table of Contents