#include <sys/heap.h>Defines | |
| #define | LIB_HEAPSIZE 16384 |
Functions | |
| char * | _sbrk (size_t len) |
| Increase heap size. | |
| #define LIB_HEAPSIZE 16384 |
| char* _sbrk | ( | size_t | len | ) |
Increase heap size.
| len | Number of bytes to add to the current heap. |
References NULL, NutHeapAlloc, and rc.