#include <ab.h>
Data Fields | |
void * | cont |
The pre-allocated memory zone. | |
pool_element * | next |
The next zone. | |
char | free |
Indicates if this chunk is free or not. |
Basic implementation, uses a linked list of pool_elements, each of which can be free or taken
Definition at line 199 of file ab.h.