memtrack.H File Reference

#include <malloc.h>

Include dependency graph for memtrack.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define callocMT(a_a, a_b)   calloc (a_a, a_b)
#define reallocMT(a_a, a_b)   realloc(a_a, a_b)
#define mallocMT(a_a)   malloc (a_a)
#define freeMT(a_a)   free (a_a)

Functions

void dumpmemoryatexit ()


Define Documentation

#define callocMT ( a_a,
a_b   )     calloc (a_a, a_b)

#define reallocMT ( a_a,
a_b   )     realloc(a_a, a_b)

#define mallocMT ( a_a   )     malloc (a_a)

#define freeMT ( a_a   )     free (a_a)


Function Documentation

void dumpmemoryatexit (  ) 


Generated on Tue Apr 14 14:21:57 2009 for Chombo + EB by  doxygen 1.5.5