#include "petscsys.h" PetscErrorCode PetscMallocValidate(int line,const char function[],const char file[])
line | - line number where call originated. | |
function | - name of function calling | |
file | - file where function is |
The line, function, file are given by the C preprocessor as __LINE__, __FUNCT__, __FILE__
The Fortran calling sequence is simply PetscMallocValidate(ierr)
No output is generated if there are no problems detected.
Level:advanced
Location:src/sys/memory/mtr.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages