cp_shared_mempool_destroy(3)
| cp_mempool(3) | libcprops - cp_mempool | cp_mempool(3) |
NAME
cp_shared_mempool_destroy - deallocate a shareable memory pool
SYNOPSIS
#include <cprops/mempool.h>
void cp_shared_mempool_destroy(cp_shared_mempool *pool);
DESCRIPTION
cp_shared_mempool_destroy deallocates a shared memory pool created with cp_shared_mempool_create(3) or cp_shared_mempool_create_by_option(3), its internal memory pools and all associated memory.
SEE ALSO
| SEPTEMBER 2006 | libcprops.0.1.6 |
