#include "sceptre.h"
#include <reent.h>
Go to the source code of this file.
Functions | |
void * | _sbrk_r (struct _reent *ptr, ptrdiff_t incr) |
Variables | |
char | end [] |
newlib - sbrk.
Heap "management".
Definition in file sbrk_r.c.
void* _sbrk_r | ( | struct _reent * | ptr, | |
ptrdiff_t | incr | |||
) |
char end[] |
This one is defined in the linker script and points to the beginning of unused RAM.