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

Go to the source code of this file.

Macros

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

Functions

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

Macro Definition Documentation

Function Documentation

void report_memory_status ( void  )