Main Page   Modules   Data Structures   File List   Data Fields   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 Mon Nov 3 15:39:25 2003 for GM by doxygen1.2.15