1MEMPOOL_DESTROY(9) Memory Management in Linux MEMPOOL_DESTROY(9)
23
4
NAME
6mempool_destroy - deallocate a memory pool
7
SYNOPSIS
9void mempool_destroy(mempool_t * pool);
10
ARGUMENTS
12pool
13pointer to the memory pool which was allocated via mempool_create.
14
DESCRIPTION
16Free all reserved elements in pool and pool itself. This function only
17sleeps if the free_fn function sleeps.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 MEMPOOL_DESTROY(9)