#include <errno.h>
#include "glue.h"
Include dependency graph for sbrk.c:
Go to the source code of this file.
Defines | |
#define | RAMSIZE (caddr_t)0x100000 |
Functions | |
char * | sbrk (int nbytes) |
changes heap size size. Get nbytes more RAM. More... | |
Variables | |
char * | heap_ptr |
this is the global heap pointer. More... |
|
Definition at line 42 of file sbrk.c. Referenced by sbrk. |
|
this is the global heap pointer.
Definition at line 45 of file sbrk.c. Referenced by sbrk. |