1MEMPOOL_DESTROY(9)        Memory Management in Linux        MEMPOOL_DESTROY(9)
2
3
4

NAME

6       mempool_destroy - deallocate a memory pool
7

SYNOPSIS

9       void mempool_destroy(mempool_t * pool);
10

ARGUMENTS

12       pool
13           pointer to the memory pool which was allocated via mempool_create.
14

DESCRIPTION

16       Free all reserved elements in pool and pool itself. This function only
17       sleeps if the free_fn function sleeps.
18
20Kernel Hackers Manual 3.10         June 2019                MEMPOOL_DESTROY(9)
Impressum