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

Go to the source code of this file.
Functions | |
| void | free (void *pmem) |
| Attempt to free block of memory based on malloc() accounting information stored in preceding two words. | |
Definition in file free.c.
| void free | ( | void * | pmem | ) |
Attempt to free block of memory based on malloc() accounting information stored in preceding two words.
| *pmem | pointer to memory block |
Definition at line 18 of file free.c.
References memfree().
Referenced by etherClose(), and xsh_memstat().


1.5.5