qpool_free - Man Page
return a memory block to its distributed memory pool
Synopsis
#include <qthread/qpool.h>
void
qpool_free (qpool *restrict pool, void *restrict mem);
Description
This function returns a block of memory (mem) to its distributed memory pool (pool). This memory must have originated in that pool.
See Also
Referenced By
qpool_alloc(3), qpool_create(3), qpool_destroy(3).
APRIL 2011 libqthread