Searched refs:shortlength (Results 1 – 1 of 1) sorted by relevance
864 size_t *shortlength; in PetscMallocView() local887 shortlength = (size_t *)malloc(PetscLogMalloc * sizeof(size_t)); in PetscMallocView()888 PetscCheck(shortlength, PETSC_COMM_SELF, PETSC_ERR_MEM, "Out of memory"); in PetscMallocView()896 shortlength[j] += PetscLogMallocLength[i]; in PetscMallocView()902 shortlength[n] = PetscLogMallocLength[i]; in PetscMallocView()914 …(fp, "[%d] %d %.0f %s()\n", rank, shortcount[perm[i]], (PetscLogDouble)shortlength[perm[i]], short… in PetscMallocView()916 free(shortlength); in PetscMallocView()