petsc-3.13.6 2020-09-29
Report Typos and Errors

PetscMallocGetMaximumUsage

gets the maximum amount of memory used that was PetscMalloc()ed at any time during this run.

Synopsis

#include "petscsys.h" 
PetscErrorCode  PetscMallocGetMaximumUsage(PetscLogDouble *space)
Not Collective

Output Parameters

space -maximum number of bytes ever allocated at one time

See Also

PetscMallocDump(), PetscMallocView(), PetscMallocGetMaximumUsage(), PetscMemoryGetCurrentUsage(),
PetscMallocPushMaximumUsage()

Level

intermediate

Location

src/sys/memory/mtr.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages