mempool_destroy(9) suse man page | unix.com

Man Page: mempool_destroy

Operating Environment: suse

Section: 9

MEMPOOL_DESTROY(9)					    Memory Management in Linux						MEMPOOL_DESTROY(9)

NAME
mempool_destroy - deallocate a memory pool
SYNOPSIS
void mempool_destroy(mempool_t * pool);
ARGUMENTS
pool pointer to the memory pool which was allocated via mempool_create.
DESCRIPTION
this function only sleeps if the free_fn function sleeps. The caller has to guarantee that all elements have been returned to the pool (ie: freed) prior to calling mempool_destroy.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 MEMPOOL_DESTROY(9)
Related Man Pages
mtx_pool_create(9) - debian
mtx_pool(9) - debian
mtx_pool_destroy(9) - debian
mtx_pool_alloc(9) - debian
vxmemstat(1m) - hpux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
Shopt -s histappend
32 bit process addressing more than 4GB