mpl_util - Memory Pool Management UtilitiesThe MPL_UTIL package manages the allocation of memory from arbitrary pools.
mplAlloc() - allocates memory from a pool.
mplCreate() - creates a memory pool.
mplDestroy() - deletes a memory pool.
mplFree() - returns memory to a pool.
mplInfo() - returns information about a memory pool.
mplLoad() - loads the contents of a file into a memory pool.
mplSave() - saves the contents of a memory pool to a file.
mpl_util.c
mpl_util.h