Home
last modified time | relevance | path

Searched refs:PetscFreeA (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/developers/
H A Dkernel.md194 :start-at: PetscErrorCode PetscFreeA(
199 `PetscMallocA()` and `PetscFreeA()` call the function pointer values
218 `PetscMallocA()` and `PetscFreeA()` with the appropriate location
/petsc/include/
H A Dpetscsys.h1062 #define PetscFree2(m1, m2) PetscFreeA(2, __LINE__, PETSC_FUNCTION_NAME, __FILE__, &(m1), &(m2))
1087 #define PetscFree3(m1, m2, m3) PetscFreeA(3, __LINE__, PETSC_FUNCTION_NAME, __FILE__, &(m1), &(m2),…
1113 #define PetscFree4(m1, m2, m3, m4) PetscFreeA(4, __LINE__, PETSC_FUNCTION_NAME, __FILE__, &(m1), &(…
1140 #define PetscFree5(m1, m2, m3, m4, m5) PetscFreeA(5, __LINE__, PETSC_FUNCTION_NAME, __FILE__, &(m1)…
1168 #define PetscFree6(m1, m2, m3, m4, m5, m6) PetscFreeA(6, __LINE__, PETSC_FUNCTION_NAME, __FILE__, &…
1198 #define PetscFree7(m1, m2, m3, m4, m5, m6, m7) PetscFreeA(7, __LINE__, PETSC_FUNCTION_NAME, __FILE_…
1201 PETSC_EXTERN PetscErrorCode PetscFreeA(int, int, const char *, const char *, void *, ...);
/petsc/src/sys/memory/
H A Dmal.c444 PetscErrorCode PetscFreeA(int n, int lineno, const char *function, const char *filename, void *ptr0… in PetscFreeA() function