|
ChibiOS/RT
2.5.1 |
Memory pool free object header.
Definition at line 37 of file chmempools.h.
#include <chmempools.h>

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