Home
last modified time | relevance | path

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

/petsc/src/sys/memory/
H A Dmhbw.c12 PETSC_EXTERN PetscErrorCode PetscReallocAlign(size_t, int, const char[], const char[], void **);
62 return PetscReallocAlign(a, lineno, function, filename, result); in PetscHBWRealloc()
H A Dmal.c109 PETSC_EXTERN PetscErrorCode PetscReallocAlign(size_t mem, int line, const char func[], const char f… in PetscReallocAlign() function
190 … (*PetscTrRealloc)(size_t, int, const char[], const char[], void **) = PetscReallocAlign;
245 PetscTrRealloc = PetscReallocAlign; in PetscMallocClear()
266 …PetscTrReallocOld)(size_t, int, const char[], const char[], void **) = PetscReallocAlign;
300 PetscTrRealloc = PetscReallocAlign; in PetscMallocSetDRAM()
H A Dmtr.c15 PETSC_EXTERN PetscErrorCode PetscReallocAlign(size_t, int, const char[], const char[], void **);
383 …PetscCall(PetscReallocAlign(nsize + sizeof(TrSPACE) + sizeof(PetscInt), lineno, function, filename… in PetscTrReallocDefault()