ChibiOS/RT  6.0.3
pool_header Struct Reference

Memory pool free object header. More...

#include <chmempools.h>

Collaboration diagram for pool_header:
Collaboration graph

Data Fields

struct pool_headernext
 Pointer to the next pool header in the list. More...
 

Detailed Description

Memory pool free object header.

Definition at line 56 of file chmempools.h.

Field Documentation

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().