free.c File Reference

Implements the functions: free. More...

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

Include dependency graph for free.c:

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.


Detailed Description

Implements the functions: free.

Id
free.c 1485 2008-08-15 19:44:02Z brylow

Definition in file free.c.


Function Documentation

void free ( void *  pmem  ) 

Attempt to free block of memory based on malloc() accounting information stored in preceding two words.

Parameters:
*pmem pointer to memory block
Returns:
OK on success, SYSERR on failure

Definition at line 18 of file free.c.

References memfree().

Referenced by etherClose(), and xsh_memstat().

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Wed Aug 27 06:08:18 2008 for Embedded XINU by  doxygen 1.5.5