Searched refs:len_est (Results 1 – 1 of 1) sorted by relevance
166 PetscInt **odata2_ptr, *ctable = NULL, *btable, len_max, len_est; in MatIncreaseOverlap_MPISBAIJ_Once() local333 len_est = 2 * len_max; /* estimated space of storing is[] for all receiving messages */ in MatIncreaseOverlap_MPISBAIJ_Once()334 PetscCall(PetscMalloc1(len_est + 1, &odata2)); in MatIncreaseOverlap_MPISBAIJ_Once()339 …len_unused = len_est; /* unused space in the array odata2_ptr[nodata2]-- needs to be >= len_max */ in MatIncreaseOverlap_MPISBAIJ_Once()358 PetscCall(PetscMalloc1(len_est + 1, &odata2)); in MatIncreaseOverlap_MPISBAIJ_Once()360 len_unused = len_est; in MatIncreaseOverlap_MPISBAIJ_Once()382 PetscCall(PetscMalloc1(len_est + 1, &odata2)); in MatIncreaseOverlap_MPISBAIJ_Once()