PPL Logo

libs/ck-libs/ampi/romio/adio/common/malloc.c File Reference

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)


Function Documentation

void * ADIOI_Malloc_fn ( size_t  size,
int  lineno,
const char *  fname 
)

Definition at line 40 of file malloc.c.

References malloc(), memalign(), and MPI_Abort.

Here is the call graph for this function:

void * ADIOI_Calloc_fn ( size_t  nelem,
size_t  elsize,
int  lineno,
const char *  fname 
)

Definition at line 62 of file malloc.c.

References calloc(), and MPI_Abort.

Here is the call graph for this function:

void * ADIOI_Realloc_fn ( void *  ptr,
size_t  size,
int  lineno,
const char *  fname 
)

Definition at line 80 of file malloc.c.

References MPI_Abort, and realloc().

Here is the call graph for this function:

void ADIOI_Free_fn ( void *  ptr,
int  lineno,
const char *  fname 
)

Definition at line 98 of file malloc.c.

References free(), and MPI_Abort.

Here is the call graph for this function:


Generated on Mon Sep 21 08:05:27 2020 for Charm++ by  doxygen 1.5.5