memorymanag.h File Reference

#include <memory.h>

Go to the source code of this file.

Defines

#define EXTERN_C
#define ergo_new(cnt, type)   ((type*)ergo_malloc((cnt)*sizeof(type)))

Functions

EXTERN_C void * ergo_malloc (size_t size)
EXTERN_C void ergo_free (void *p)
EXTERN_C void report_memory_status (void)


Define Documentation

#define ergo_new ( cnt,
type   )     ((type*)ergo_malloc((cnt)*sizeof(type)))

#define EXTERN_C


Function Documentation

EXTERN_C void ergo_free ( void *  p  ) 

EXTERN_C void* ergo_malloc ( size_t  size  ) 

EXTERN_C void report_memory_status ( void   ) 


Generated on Mon Sep 17 14:30:41 2012 for ergo by  doxygen 1.4.7