Searched refs:supportSecMem (Results 1 – 1 of 1) sorted by relevance
9 PetscInt coneSecMem = 0, coneMem = 0, supportSecMem = 0, supportMem = 0, labelMem = 0; in EstimateMemory() local47 for (d = 0; d <= depth; ++d) supportSecMem += 2 * Nd[d]; in EstimateMemory()54 …scInt_FMT "\n", (PetscInt)(supportMem * sizeof(PetscInt)), (PetscInt)(supportSecMem * sizeof(Petsc… in EstimateMemory()55 imem += supportMem + supportSecMem; in EstimateMemory()