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, char *fname)
void * ADIOI_Calloc_fn (size_t nelem, size_t elsize, int lineno, char *fname)
void * ADIOI_Realloc_fn (void *ptr, size_t size, int lineno, char *fname)
void ADIOI_Free_fn (void *ptr, int lineno, char *fname)


Function Documentation

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

Definition at line 33 of file malloc.c.

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

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

Definition at line 51 of file malloc.c.

References calloc(), MPI_Abort(), and MPI_COMM_WORLD.

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

Definition at line 65 of file malloc.c.

References MPI_Abort(), MPI_COMM_WORLD, and realloc().

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

Definition at line 78 of file malloc.c.

References free(), MPI_Abort(), and MPI_COMM_WORLD.


Generated on Sat May 26 08:08:08 2012 for Charm++ by  doxygen 1.5.5