Lines Matching refs:PetscMalloc1
32 PetscCall(PetscMalloc1(n + 1, set)); in Fibonnaci()
44 PetscCall(PetscMalloc1(n + 1, set)); in Square()
56 PetscCall(PetscMalloc1(n + 1, set)); in Cube()
68 PetscCall(PetscMalloc1(n + 1, set)); in Sixth()
108 PetscCall(PetscMalloc1(1, &set_a)); in test_empty_empty()
109 PetscCall(PetscMalloc1(1, &set_b)); in test_empty_empty()
132 PetscCall(PetscMalloc1(1, &set_a)); in test_a_empty()
133 PetscCall(PetscMalloc1(2, &set_b)); in test_a_empty()
157 PetscCall(PetscMalloc1(2, &set_a)); in test_b_empty()
158 PetscCall(PetscMalloc1(1, &set_b)); in test_b_empty()
182 PetscCall(PetscMalloc1(4, &set_a)); in test_identical()
183 PetscCall(PetscMalloc1(4, &set_b)); in test_identical()
212 PetscCall(PetscMalloc1(4, &set_a)); in test_disjoint()
213 PetscCall(PetscMalloc1(4, &set_b)); in test_disjoint()
242 PetscCall(PetscMalloc1(4, &set_a)); in test_single_common()
243 PetscCall(PetscMalloc1(5, &set_b)); in test_single_common()
273 PetscCall(PetscMalloc1(3, &set_a)); in test_issue_1247()
274 PetscCall(PetscMalloc1(2, &set_b)); in test_issue_1247()
300 PetscCall(PetscMalloc1(1, &set_a)); in test_empty_big()
322 PetscCall(PetscMalloc1(5, &set_a)); in test_small_big()
392 PetscCall(PetscMalloc1(1, &set_b)); in test_big_empty()
414 PetscCall(PetscMalloc1(5, &set_b)); in test_big_small()