ChibiOS/RT
6.0.3
|
Memory pool free object header. More...
#include <chmempools.h>
Data Fields | |
struct pool_header * | next |
Pointer to the next pool header in the list. More... | |
Memory pool free object header.
Definition at line 56 of file chmempools.h.
struct pool_header* pool_header::next |
Pointer to the next pool header in the list.
Definition at line 57 of file chmempools.h.
Referenced by chPoolAllocI(), and chPoolFreeI().