ChibiOS/RT
5.1.0
|
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 60 of file chmempools.h.
struct pool_header* pool_header::next |
Pointer to the next pool header in the list.
Definition at line 61 of file chmempools.h.
Referenced by chPoolAllocI(), and chPoolFreeI().