PetscTrSpace

Returns space statistics.

Synopsis

#include "petsc.h" 
int PetscTrSpace(PLogDouble *space,PLogDouble *fr,PLogDouble *maxs)
Not Collective

Output Parameters

space - number of bytes currently allocated
frags - number of blocks currently allocated
maxs - maximum number of bytes ever allocated

Keywords

memory, allocation, tracing, space, statistics

See Also

PetscTrDump()

Level:intermediate
Location:src/sys/src/memory/mtr.c
System Index
Table of Contents