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

NAME

6       mempool_free - return an element to the pool.
7

SYNOPSIS

9       void mempool_free(void * element, mempool_t * pool);
10

ARGUMENTS

12       element
13           pool element pointer.
14
15       pool
16           pointer to the memory pool which was allocated via mempool_create.
17

DESCRIPTION

19       this function only sleeps if the free_fn function sleeps.
20
22Kernel Hackers Manual 3.10         June 2019                   MEMPOOL_FREE(9)
Impressum