Searched refs:labelMem (Results 1 – 1 of 1) sorted by relevance
9 PetscInt coneSecMem = 0, coneMem = 0, supportSecMem = 0, supportMem = 0, labelMem = 0; in EstimateMemory() local27 for (d = 0; d <= depth; ++d) labelMem += Nd[d]; in EstimateMemory()29 for (d = 0; d <= depth; ++d) labelMem += Nd[d]; in EstimateMemory()33 labelMem += lsize; in EstimateMemory()34 …f(PETSC_COMM_SELF, " Label mem: %" PetscInt_FMT "\n", (PetscInt)(labelMem * sizeof(PetscInt… in EstimateMemory()