Contents:
Defined in File mpool.h
Request a memory chunk from a mpool.
If no memory of the requested type is currently available, wait indefinitely.
the_pool – The mpool handle.
The allocated chunk, or NULL if an error occurred.