.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "MEMPOOL_FREE" "" "06 October 2005" "" "" .SH NAME mempool_free \- return an element to the pool. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void mempool_free (void * \fIelement\fB, mempool_t * \fIpool\fB); \fR .SH "ARGUMENTS" .TP \fB\fIelement\fB\fR pool element pointer. .TP \fB\fIpool\fB\fR pointer to the memory pool which was allocated via \fBmempool_create\fR\&. .SH "DESCRIPTION" .PP this function only sleeps if the \fBfree_fn\fR function sleeps.