table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
MEMPOOL_FREE(9) | Memory Management in Linux | MEMPOOL_FREE(9) |
NAME¶
mempool_free - return an element to the pool.SYNOPSIS¶
void
mempool_free(void * element,
mempool_t * pool);
ARGUMENTS¶
elementpool element pointer.
pool
pointer to the memory pool which was allocated
via mempool_create.
DESCRIPTION¶
this function only sleeps if the free_fn function sleeps.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |