ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

Data Fields

MemoryPool Struct Reference
[Memory Pools]

Memory pool descriptor. More...

#include <chmempools.h>

Collaboration diagram for MemoryPool:
Collaboration graph
[legend]

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.

Detailed Description

Memory pool descriptor.

Definition at line 51 of file chmempools.h.


Field Documentation

Pointer to the header.

Definition at line 52 of file chmempools.h.

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

Memory pool objects size.

Definition at line 53 of file chmempools.h.

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

Memory blocks provider for this pool.

Definition at line 55 of file chmempools.h.

Referenced by chPoolAllocI(), and chPoolInit().


Generated on Sun Oct 24 2010 09:40:49 for ChibiOS/RT by doxygen 1.7.1