ChibiOS/RT
2.5.1
chmemcore.c File Reference

Detailed Description

Core memory manager code.

Definition in file chmemcore.c.

#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.