mempool_free — return an element to the pool.
void mempool_free (
)
element
pool element pointer.
pool
pointer to the memory pool which was allocated via mempool_create.
mempool_create
this function only sleeps if the free_fn function sleeps.
free_fn