Nut/OS  4.10.3
API Reference
malloc.c File Reference
#include <sys/heap.h>
#include <stdlib.h>
#include <errno.h>
Include dependency graph for malloc.c:

Go to the source code of this file.

Functions

void * malloc (size_t len)
 Allocate a block from heap memory.
void free (void *p)
 Return a block to heap memory.