Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex7.c67 PetscCall(PetscDeviceCalloc(dctx, mtype, n, &ptr)); in TestAllocate()
138 PetscCall(PetscDeviceCalloc(dctx, PETSC_MEMTYPE_DEVICE, n, &ptr)); in TestAsyncCoherence()
/petsc/include/
H A Dpetscdevice.h178 #define PetscDeviceCalloc(dctx, mtype, n, ptr) PetscDeviceAllocate_Private((dctx), PETSC_TRUE, (mty… macro
/petsc/doc/changes/
H A D318.md111 - Add `PetscDeviceCalloc()`