If PetscMallocValidate() detects an error it must turn off validating before calling the error handlers
Also cleanup manual pages and comments in the PETSc malloc handling source files
Also change
If PetscMallocValidate() detects an error it must turn off validating before calling the error handlers
Also cleanup manual pages and comments in the PETSc malloc handling source files
Also change
[ 0] 16 bytes PetscFunctionListDLAllPush_Private() at /Users/barrysmith/Src/petsc/src/sys/dll/reg.c:190 [0] PetscMallocA() at /Users/barrysmith/Src/petsc/src/sys/memory/mal.c:190 [0] PetscFunctionListDLAllPush_Private() at /Users/barrysmith/Src/petsc/src/sys/dll/reg.c:190
to
[ 0] 16 bytes [0] PetscFunctionListDLAllPush_Private() at /Users/barrysmith/Src/petsc/src/sys/dll/reg.c:190
no need to print duplicate function information or print the PetscMalloc() line
Commit-type: bug-fix
show more ...
|