qpool_alloc - Man Page
allocate memory from a distributed memory pool
Synopsis
#include <qthread/qpool.h>
void *
qpool_alloc (qpool *pool);
Description
This function pulls a memory block from the specified memory pool. The memory may not be local, but will be from nearby if local memory cannot be found.
See Also
Referenced By
qpool_create(3), qpool_destroy(3), qpool_free(3).
APRIL 2011 libqthread