| ChibiOS/RT
    5.1.0
    | 
Type of memory core object. More...
#include <chmemcore.h>

| Data Fields | |
| uint8_t * | nextmem | 
| Next free address.  More... | |
| uint8_t * | endmem | 
| Final address.  More... | |
Type of memory core object.
Definition at line 85 of file chmemcore.h.
| uint8_t* memcore_t::nextmem | 
Next free address.
Definition at line 89 of file chmemcore.h.
Referenced by _core_init(), chCoreAllocAlignedWithOffsetI(), and chCoreGetStatusX().
| uint8_t* memcore_t::endmem | 
Final address.
Definition at line 93 of file chmemcore.h.
Referenced by _core_init(), chCoreAllocAlignedWithOffsetI(), and chCoreGetStatusX().