![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
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. | |
| void * | chCoreAlloc (size_t size) |
| Allocates a memory block. | |
| void * | chCoreAllocI (size_t size) |
| Allocates a memory block. | |
| size_t | chCoreStatus (void) |
| Core memory status. | |
Core memory manager code.
Definition in file chmemcore.c.
1.7.1