table of contents
other versions
- stretch 4.9.168-1
 
| MEMPOOL_DESTROY(9) | Memory Management in Linux | MEMPOOL_DESTROY(9) | 
NAME¶
mempool_destroy - deallocate a memory poolSYNOPSIS¶
void mempool_destroy(mempool_t * pool);
ARGUMENTS¶
poolpointer to the memory pool which was allocated via
  mempool_create.
DESCRIPTION¶
Free all reserved elements in pool and pool itself. This function only sleeps if the free_fn function sleeps.COPYRIGHT¶
| April 2019 | Kernel Hackers Manual 4.9. |