ergo
memorymanag.h File Reference
#include <memory.h>

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

#define EXTERN_C

Function Documentation

EXTERN_C void report_memory_status ( void  )