source/utilities_basic/memorymanag.h File Reference

Memory allocation/deallocation routines. More...

#include <memory.h>

Go to the source code of this file.

Defines

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

Detailed Description

Memory allocation/deallocation routines.

Author:
: Elias Rudberg responsible

Define Documentation

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

Function Documentation

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

Generated on 10 Jul 2018 for ergo by  doxygen 1.6.1