MEMPOOL_DESTROY(9) Memory Management in Linux MEMPOOL_DESTROY(9)NAMEmempool_destroy - deallocate a memory poolSYNOPSISvoid mempool_destroy(mempool_t * pool);ARGUMENTSpool pointer to the memory pool which was allocated via mempool_create.DESCRIPTIONFree all reserved elements in pool and pool itself. This function only sleeps if the free_fn function sleeps.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MEMPOOL_DESTROY(9)
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |