Contents:
Defined in File mpool.h
Release a chunk of memory from a mpool.
Memory chunk will not actually be freed until the last reference has released it.
the_pool – The mpool handle.
ptr – The memory to release.
status_t.