#include <sys/heap.h>
Go to the source code of this file.
Defines | |
| #define | LIB_HEAPSIZE 16384 |
Functions | |
| char * | _sbrk (size_t len) |
| Increase heap size. | |
| char* _sbrk | ( | size_t | len | ) |
Increase heap size.
| len | Number of bytes to add to the current heap. |
Definition at line 49 of file sbrk.c.
References NutHeapAlloc.