Lines Matching refs:PetscLogDouble

123 …d(%.0f)] at address %p allocated in %s() at %s:%d\n", lasthead->id, (PetscLogDouble)lasthead->size…  in PetscMallocValidate()
134 …tf)("Memory [id=%d(%.0f)] at address %p already freed\n", head->id, (PetscLogDouble)head->size, a)… in PetscMallocValidate()
137 …ss %p is corrupted (probably write past end of array)\n", head->id, (PetscLogDouble)head->size, a)… in PetscMallocValidate()
279 …("Block [id=%d(%.0f)] at address %p was already freed\n", head->id, (PetscLogDouble)head->size, a … in PetscTrFreeDefault()
289 …ss %p is corrupted (probably write past end of array)\n", head->id, (PetscLogDouble)head->size, a)… in PetscTrFreeDefault()
359 …("Block [id=%d(%.0f)] at address %p was already freed\n", head->id, (PetscLogDouble)head->size, a … in PetscTrReallocDefault()
369 …ss %p is corrupted (probably write past end of array)\n", head->id, (PetscLogDouble)head->size, a)… in PetscTrReallocDefault()
460PetscLogDouble allocated, allocatedmax, resident, residentmax, gallocated, gallocatedmax, gresiden… in PetscMemoryView()
461PetscLogDouble mingallocated, mingallocatedmax, mingresident, mingresidentmax, maxgresident, maxgr… in PetscMemoryView()
539 PetscErrorCode PetscMallocGetCurrentUsage(PetscLogDouble *space) in PetscMallocGetCurrentUsage()
542 *space = (PetscLogDouble)TRallocated; in PetscMallocGetCurrentUsage()
563 PetscErrorCode PetscMallocGetMaximumUsage(PetscLogDouble *space) in PetscMallocGetMaximumUsage()
566 *space = (PetscLogDouble)TRMaxMem; in PetscMallocGetMaximumUsage()
614 PetscErrorCode PetscMallocPopMaximumUsage(int event, PetscLogDouble *mu) in PetscMallocPopMaximumUsage()
620 *mu = (PetscLogDouble)TRMaxMems[NumTRMaxMems]; in PetscMallocPopMaximumUsage()
704 …lloc > 0) fprintf(fp, "[%d]Total space allocated %.0f bytes\n", rank, (PetscLogDouble)TRallocated); in PetscMallocDump()
712 …fprintf(fp, "[%2d] %.0f bytes\n", rank, (PetscLogDouble)(TRrequestedSize ? head->rsize : head->siz… in PetscMallocDump()
715 …fprintf(fp, "[%2d] %.0f bytes %s() at %s:%d\n", rank, (PetscLogDouble)(TRrequestedSize ? head->rsi… in PetscMallocDump()
746 PetscErrorCode PetscMallocViewSet(PetscLogDouble logmin) in PetscMallocViewSet()
797 PetscErrorCode PetscMallocTraceSet(PetscViewer viewer, PetscBool active, PetscLogDouble logmin) in PetscMallocTraceSet()
869 PetscLogDouble rss; in PetscMallocView()
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()
914 …(void)fprintf(fp, "[%d] %d %.0f %s()\n", rank, shortcount[perm[i]], (PetscLogDouble)shortlength[pe… in PetscMallocView()