ChibiOS/RT
2.5.1
pool_header Struct Reference

Detailed Description

Memory pool free object header.

Definition at line 37 of file chmempools.h.

#include <chmempools.h>

Collaboration diagram for pool_header:

Data Fields

struct pool_headerph_next
 Pointer to the next pool header in the list.

Field Documentation

Pointer to the next pool header in the list.

Definition at line 38 of file chmempools.h.

Referenced by chPoolAllocI(), and chPoolFreeI().