Searched refs:PetscMallocValidate (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/ftn-custom/ |
| H A D | zsys.c | 55 *ierr = PetscMallocValidate(*line, "Userfunction", c1); in chkmemfortran_()
|
| /petsc/src/sys/memory/ |
| H A D | mtr.c | 100 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 D | petscerror.h | 1275 … PetscErrorCode ierr_petsc_memq_ = PetscMallocValidate(__LINE__, PETSC_FUNCTION_NAME, __FILE__); \ 1278 #define CHKMEMA PetscMallocValidate(__LINE__, PETSC_FUNCTION_NAME, __FILE__)
|
| H A D | petscsys.h | 1237 PETSC_EXTERN PetscErrorCode PetscMallocValidate(int, const char[], const char[]);
|
| /petsc/src/sys/error/ |
| H A D | signal.c | 166 if (debug) (void)PetscMallocValidate(__LINE__, PETSC_FUNCTION_NAME, __FILE__);
|
| H A D | err.c | 406 …if (p == PETSC_ERROR_INITIAL && n != PETSC_ERR_MEMC) (void)PetscMallocValidate(__LINE__, PETSC_FUN… in PetscError()
|
| /petsc/doc/changes/ |
| H A D | 230.md | 16 - PetscTrValid() -> PetscMallocValidate(), PetscTrDebug() ->
|