#include <malloc.h>


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 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) |
| void dumpmemoryatexit | ( | ) |
1.5.5