ChibiOS/RT
2.5.1
MemoryPool Struct Reference

Detailed Description

Memory pool descriptor.

Definition at line 45 of file chmempools.h.

#include <chmempools.h>

Collaboration diagram for MemoryPool:

Data Fields

struct pool_headermp_next
 Pointer to the header.
size_t mp_object_size
 Memory pool objects size.
memgetfunc_t mp_provider
 Memory blocks provider for this pool.

Field Documentation

Pointer to the header.

Definition at line 46 of file chmempools.h.

Referenced by chPoolAllocI(), chPoolFreeI(), and chPoolInit().

Memory pool objects size.

Definition at line 47 of file chmempools.h.

Referenced by chPoolAllocI(), chPoolInit(), chPoolLoadArray(), and chThdCreateFromMemoryPool().

Memory blocks provider for this pool.

Definition at line 49 of file chmempools.h.

Referenced by chPoolAllocI(), and chPoolInit().