pgeMemory.h File Reference

#include <malloc.h>

Defines

#define pgeMalloc(size)   pgeMemoryAlloc(size, __FILE__, __LINE__)
#define pgeFree(address)   pgeMemoryFree(address, __FILE__, __LINE__)

Functions

int pgeMemoryInit (void)
void * pgeMemoryAlloc (unsigned int size, const char *file, const unsigned int line)
void pgeMemoryFree (void *address, const char *file, const unsigned int line)
void pgeMemoryShutdown (void)
int pgeMemoryCheck (void)
unsigned int pgeMemoryUsage (void)

Generated on Tue May 15 07:21:01 2007 for Phoenix Game Engine by  doxygen 1.5.2