#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 ergo_new | ( | cnt, | |||
type | ) | ((type*)ergo_malloc((cnt)*sizeof(type))) |
#define EXTERN_C |
EXTERN_C void ergo_free | ( | void * | p | ) |
EXTERN_C void* ergo_malloc | ( | size_t | size | ) |
EXTERN_C void report_memory_status | ( | void | ) |