Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gm_free.c File Reference

#include <stdlib.h>
#include "gm_call_trace.h"
#include "gm_debug_malloc.h"
#include "gm_internal.h"
#include "gm_malloc_debug.h"

Functions

GM_ENTRY_POINT void gm_free (void *ptr)

Detailed Description

This file contains the GM API function gm_free().


Function Documentation

GM_ENTRY_POINT void gm_free void *    ptr
 

gm_free() frees the memory buffer at ptr, which was previously allocated by gm_malloc(), or gm_calloc().

Parameters:
ptr  (IN) Address of the memory to be freed.
See also:
gm_malloc gm_calloc
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Mon Nov 3 15:39:25 2003 for GM by doxygen1.2.15