Home
last modified time | relevance | path

Searched refs:PetscMallocValidate (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/ftn-custom/
H A Dzsys.c55 *ierr = PetscMallocValidate(*line, "Userfunction", c1); in chkmemfortran_()
/petsc/src/sys/memory/
H A Dmtr.c100 PetscErrorCode PetscMallocValidate(int line, const char function[], const char file[]) in PetscMallocValidate() function
172 PetscCall(PetscMallocValidate(lineno, function, filename)); in PetscTrMallocDefault()
262 PetscCall(PetscMallocValidate(lineno, function, filename)); in PetscTrFreeDefault()
341 PetscCall(PetscMallocValidate(lineno, function, filename)); in PetscTrReallocDefault()
/petsc/include/
H A Dpetscerror.h1275 … PetscErrorCode ierr_petsc_memq_ = PetscMallocValidate(__LINE__, PETSC_FUNCTION_NAME, __FILE__); \
1278 #define CHKMEMA PetscMallocValidate(__LINE__, PETSC_FUNCTION_NAME, __FILE__)
H A Dpetscsys.h1237 PETSC_EXTERN PetscErrorCode PetscMallocValidate(int, const char[], const char[]);
/petsc/src/sys/error/
H A Dsignal.c166 if (debug) (void)PetscMallocValidate(__LINE__, PETSC_FUNCTION_NAME, __FILE__);
H A Derr.c406 …if (p == PETSC_ERROR_INITIAL && n != PETSC_ERR_MEMC) (void)PetscMallocValidate(__LINE__, PETSC_FUN… in PetscError()
/petsc/doc/changes/
H A D230.md16 - PetscTrValid() -> PetscMallocValidate(), PetscTrDebug() ->