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)
| Related Man Pages |
|---|
| mtx_pool_create(9) - debian |
| mtx_pool_destroy(9) - debian |
| libtalloc_pools(3) - centos |
| asadmin-delete-connector-connection-pool(1as) - sunos |
| asadmin-ping-connection-pool(1as) - sunos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Tar Command |
| Docker learning Phase-I |
| Controlling user input |