#include <ab.h>
Data Fields | |
sem_t | size |
Semaphore indicates the number of free elements. | |
pool_el * | head |
The first element. |
Basic implementation, uses a pointer to the first allocated chunk of memory, and a semaphore that indicated the number of free elements
Definition at line 216 of file ab.h.