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