#include <stddef.h>
#include <memory.h>

Go to the source code of this file.
Functions | |
| void * | malloc (ulong nbytes) |
| Request heap storage, record accounting information, returning pointer to assigned memory region. | |
Definition in file malloc.c.
| void* malloc | ( | ulong | nbytes | ) |
Request heap storage, record accounting information, returning pointer to assigned memory region.
| nbytes | number of bytes requested |
Definition at line 18 of file malloc.c.
References memget(), NULL, and SYSERR.

1.5.5