:orphan: # PetscMallocGetMaximumUsage gets the maximum amount of memory used that was obtained with `PetscMalloc()` at any time during this run, the high water mark. ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscMallocGetMaximumUsage(PetscLogDouble *space) ``` Not Collective ## Output Parameter - ***space -*** maximum number of bytes ever allocated at one time ## See Also `PetscMallocDump()`, `PetscMallocView()`, `PetscMemoryGetCurrentUsage()`, `PetscMalloc()`, `PetscFree()`, `PetscMallocPushMaximumUsage()` ## Level intermediate ## Location src/sys/memory/mtr.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/memory/mtr.c) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)