Return an element to the pool.
void mempool_free(void * element, mempool_t * pool);
element
pool element pointer.
pool
pointer to the memory pool which was allocated via mempool_create.
this function only sleeps if the free_fn function sleeps.