Main Page | Modules | Directories | File List | Globals | Related Pages

gm_calloc.c File Reference

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

Functions

GM_ENTRY_POINT void * gm_calloc (gm_size_t len, gm_size_t cnt)

Detailed Description


Function Documentation

GM_ENTRY_POINT void* gm_calloc gm_size_t  len,
gm_size_t  cnt
 

gm_calloc() allocates and clears an array of cnt elements of length len.

Parameters:
len (IN) The number of bytes in each element.
cnt (IN) The number of elements in the array.
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Sat May 20 19:20:41 2006 for GM by  doxygen 1.4.4