Go to the source code of this file.
Functions | |
void * | ADIOI_Malloc_fn (size_t size, int lineno, const char *fname) |
void * | ADIOI_Calloc_fn (size_t nelem, size_t elsize, int lineno, const char *fname) |
void * | ADIOI_Realloc_fn (void *ptr, size_t size, int lineno, const char *fname) |
void | ADIOI_Free_fn (void *ptr, int lineno, const char *fname) |
Definition at line 40 of file malloc.c.
References malloc(), memalign(), and MPI_Abort.
void ADIOI_Free_fn | ( | void * | ptr, | |
int | lineno, | |||
const char * | fname | |||
) |