|
ChibiOS/RT
2.5.1 |
Memory pool descriptor.
Definition at line 45 of file chmempools.h.
#include <chmempools.h>

Data Fields | |
| struct pool_header * | mp_next |
| Pointer to the header. | |
| size_t | mp_object_size |
| Memory pool objects size. | |
| memgetfunc_t | mp_provider |
| Memory blocks provider for this pool. | |
| struct pool_header* MemoryPool::mp_next |
Pointer to the header.
Definition at line 46 of file chmempools.h.
Referenced by chPoolAllocI(), chPoolFreeI(), and chPoolInit().
| size_t MemoryPool::mp_object_size |
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().