Structure containing the pool's information: free list pointer and remaining number of elements available. More...
#include <co_pool.h>

Data Fields | |
| struct co_pool_hdr * | first_ptr |
| Pointer to the first element available in the pool. | |
| uint32_t | freecnt |
| Number of elements remaining available in the pool. | |
Structure containing the pool's information: free list pointer and remaining number of elements available.
Definition at line 70 of file co_pool.h.
1.6.1