crt
malloc.c File Reference
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.
© 2000-2010 by contributors - visit
http://www.ethernut.de/