Lines Matching refs:memory
10 - memory management,
131 the error code `PETSCERRMEM` is used whenever a requested memory
168 `petscsys.h`, while the implementation code is in `src/sys/memory`.
183 ```{literalinclude} /../src/sys/memory/mal.c
190 ```{literalinclude} /../src/sys/memory/mal.c
202 support requests for zero bytes of memory correctly. Freeing memory
204 from accidentally using memory that has been freed. All PETSc memory
205 allocation calls are memory aligned on at least double-precision
210 `PetscMallocA()` supports a request for up to 7 distinct memory
213 increasing performance, and it clarifies in the code related memory
216 The following macros are the preferred way to obtain and release memory
262 memory initialized to zero. The size requests for these macros are in
271 and error checking versions of memory allocation.