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

malloc.h

Go to the documentation of this file.
00001 /* SCEI CONFIDENTIAL

00002  */
00003 /*
00004         Copyright (C) 1997 by Sony Computer Entertainment Inc.

00005         All rights Reserved.

00006 
00007         Ver 1.00        Jun 30, 1997    by N.Yoshioka

00008 */
00009 extern void     *my_calloc(DWORD num, int size, char *file, int line);
00010 
00011 #define CALLOC(num, type)       (type *)my_calloc(num, sizeof(type),    \

00012                                         __FILE__, __LINE__)

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