#include <malloc.h>
Memory pools. To be used when you need to dynamically allocate lots of small elements which will all be freed at the same time.
Definition at line 189 of file malloc.h.
Definition at line 191 of file malloc.h.
Definition at line 192 of file malloc.h.
Definition at line 193 of file malloc.h.