| ChibiOS/RT
    5.1.0
    | 
Core memory manager code. More...
#include "ch.h"Go to the source code of this file.
| Functions | |
| void | _core_init (void) | 
| Low level memory manager initialization.  More... | |
| void * | chCoreAllocAlignedWithOffsetI (size_t size, unsigned align, size_t offset) | 
| Allocates a memory block.  More... | |
| void * | chCoreAllocAlignedWithOffset (size_t size, unsigned align, size_t offset) | 
| Allocates a memory block.  More... | |
| size_t | chCoreGetStatusX (void) | 
| Core memory status.  More... | |
| Variables | |
| memcore_t | ch_memcore | 
| Memory core descriptor.  More... | |
Core memory manager code.
Definition in file chmemcore.c.