Lines Matching refs:rsize
22 size_t size, rsize; /* Aligned size and requested size */ member
185 head->rsize = a; in PetscTrMallocDefault()
194 TRallocated += TRrequestedSize ? head->rsize : head->size; in PetscTrMallocDefault()
294 …& head->rsize >= PetscLogMallocTraceThreshold) PetscCall(PetscViewerASCIIPrintf(PetscLogMallocTrac… in PetscTrFreeDefault()
304 asize = TRrequestedSize ? head->rsize : head->size; in PetscTrFreeDefault()
376 TRallocated -= TRrequestedSize ? head->rsize : head->size; in PetscTrReallocDefault()
393 head->rsize = len; in PetscTrReallocDefault()
402 TRallocated += TRrequestedSize ? head->rsize : head->size; in PetscTrReallocDefault()
701 libAlloc += TRrequestedSize ? head->rsize : head->size; in PetscMallocDump()
712 …fprintf(fp, "[%2d] %.0f bytes\n", rank, (PetscLogDouble)(TRrequestedSize ? head->rsize : head->siz… in PetscMallocDump()
715 …0f bytes %s() at %s:%d\n", rank, (PetscLogDouble)(TRrequestedSize ? head->rsize : head->size), hea… in PetscMallocDump()