Searched refs:PetscDeviceAllocate_Private (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscdevice.h | 71 PETSC_EXTERN PetscErrorCode PetscDeviceAllocate_Private(PetscDeviceContext, PetscBool, PetscMemType… 144 #define PetscDeviceMalloc(dctx, mtype, n, ptr) PetscDeviceAllocate_Private((dctx), PETSC_FALSE, (mt… 178 #define PetscDeviceCalloc(dctx, mtype, n, ptr) PetscDeviceAllocate_Private((dctx), PETSC_TRUE, (mty…
|
| /petsc/src/sys/objects/device/c/ |
| H A D | device.c | 227 PetscErrorCode PetscDeviceAllocate_Private(PETSC_UNUSED PetscDeviceContext dctx, PetscBool clear, P… in PetscDeviceAllocate_Private() function
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | memory.cxx | 325 PetscErrorCode PetscDeviceAllocate_Private(PetscDeviceContext dctx, PetscBool clear, PetscMemType m… in PetscDeviceAllocate_Private() function
|