Home
last modified time | relevance | path

Searched refs:TRMaxMem (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/memory/
H A Dmtr.c56 static size_t TRMaxMem = 0; variable
195 if (TRallocated > TRMaxMem) TRMaxMem = TRallocated; in PetscTrMallocDefault()
403 if (TRallocated > TRMaxMem) TRMaxMem = TRallocated; in PetscTrReallocDefault()
566 *space = (PetscLogDouble)TRMaxMem; in PetscMallocGetMaximumUsage()
880 … PetscMalloc()ed %.0f maximum size of entire process %.0f\n", rank, (PetscLogDouble)TRMaxMem, rss); in PetscMallocView()
882 … PetscMalloc()ed %.0f OS cannot compute size of entire process\n", rank, (PetscLogDouble)TRMaxMem); in PetscMallocView()
957 TRMaxMem = 0; in PetscMallocSetDebug()