Home
last modified time | relevance | path

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

/petsc/src/sys/memory/
H A Dmtr.c865 int *shortcount; in PetscMallocView() local
885 shortcount = (int *)malloc(PetscLogMalloc * sizeof(int)); in PetscMallocView()
886 PetscCheck(shortcount, PETSC_COMM_SELF, PETSC_ERR_MEM, "Out of memory"); in PetscMallocView()
897 shortcount[j]++; in PetscMallocView()
903 shortcount[n] = 1; in PetscMallocView()
914 …for (PetscInt i = 0; i < n; i++) (void)fprintf(fp, "[%d] %d %.0f %s()\n", rank, shortcount[perm[i]… in PetscMallocView()
917 free(shortcount); in PetscMallocView()