![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Memory pool free object header. More...
#include <chmempools.h>

Data Fields | |
| struct pool_header * | ph_next |
| Pointer to the next pool header in the list. | |
Memory pool free object header.
Definition at line 43 of file chmempools.h.
| struct pool_header* pool_header::ph_next |
Pointer to the next pool header in the list.
Definition at line 44 of file chmempools.h.
Referenced by chPoolAllocI(), and chPoolFreeI().
1.7.1