#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) |
This file contains the GM API function gm_free().
|
gm_free() frees the memory buffer at ptr, which was previously allocated by gm_malloc(), or gm_calloc().
|