SlopHeap is designed to guarantee that you always have an extra N bytes available after the most recent malloc. More...
#include <slopheap.h>
SlopHeap is designed to guarantee that you always have an extra N bytes available after the most recent malloc.
This is necessary for the current coalescing support, which can look past the last allocated object.
| SuperHeap | The parent heap. | |
| SLOP | The amount of extra memory required, in bytes. |
1.6.3