Lines Matching refs:size_t
30 PETSC_EXTERN PetscErrorCode PetscMallocAlign(size_t mem, PetscBool clear, int line, const char func… in PetscMallocAlign()
109 PETSC_EXTERN PetscErrorCode PetscReallocAlign(size_t mem, int line, const char func[], const char f… in PetscReallocAlign()
156 if (((size_t)*result) % PETSC_MEMALIGN) { in PetscReallocAlign()
188 PetscErrorCode (*PetscTrMalloc)(size_t, PetscBool, int, const char[], const char[], void **) = Pets…
190 PetscErrorCode (*PetscTrRealloc)(size_t, int, const char[], const char[], void **) = Pets…
213 …size_t, PetscBool, int, const char[], const char[], void **), PetscErrorCode (*ifree)(void *, int,… in PetscMallocSet() argument
265 static PetscErrorCode (*PetscTrMallocOld)(size_t, PetscBool, int, const char[], const char[], void …
266 static PetscErrorCode (*PetscTrReallocOld)(size_t, int, const char[], const char[], void **) …
385 …PetscBool clear, int lineno, const char *function, const char *filename, size_t bytes0, void *ptr0… in PetscMallocA()
388 size_t bytes[8], sumbytes; in PetscMallocA()
399 bytes[i] = va_arg(Argp, size_t); in PetscMallocA()