Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

malloc.h File Reference

Go to the source code of this file.

Defines

#define CALLOC(num, type)

Functions

void* my_calloc (DWORD num, int size, char *file, int line)


Define Documentation

#define CALLOC( num, type )
 

Initializer:

(type *)my_calloc(num, sizeof(type),    \
                                        __FILE__, __LINE__)

Definition at line 11 of file malloc.h.


Function Documentation

void* my_calloc ( DWORD num,
int size,
char * file,
int line )
 


Generated at Thu Feb 1 13:03:21 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000