mpl_util
- Memory Pool Management Utilities
The MPL_UTIL package manages the allocation of memory from arbitrary pools.
Public Procedures
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.
Source Files
-
mpl_util.c
-
mpl_util.h