MemPool library - Summary
This project is part of the GNU Project.
The MemPool library is a stand-alone memory allocation library.
It is a block allocator library that uses a single fixed size memory
pool to allocate variable sized memory blocks, and exports functions
similar to malloc, realloc and free.
It is intended to either simulate low memory targets on GNU/Linux and
other systems, or to completely replace the system memory management.
Registration Date: Tue 20 Jun 2017 03:18:56 PM UTC
License: Other license - GPLv3+ with eCos exception
Development Status: 5 - Production/Stable

