memtrack.H File Reference

#include <cstdlib>

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 AddTrack (void *a_addr, size_t a_asize, const char *a_fname, int a_lnum, bool a_malloc)
void RemoveTrack (void *a_addr, bool a_malloc)


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 AddTrack ( void *  a_addr,
size_t  a_asize,
const char *  a_fname,
int  a_lnum,
bool  a_malloc 
) [inline]

void RemoveTrack ( void *  a_addr,
bool  a_malloc 
) [inline]


Generated on Fri Apr 5 04:22:28 2019 for Chombo + EB by  doxygen 1.5.5