Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdevice.h71 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 Ddevice.c227 PetscErrorCode PetscDeviceAllocate_Private(PETSC_UNUSED PetscDeviceContext dctx, PetscBool clear, P… in PetscDeviceAllocate_Private() function
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx325 PetscErrorCode PetscDeviceAllocate_Private(PetscDeviceContext dctx, PetscBool clear, PetscMemType m… in PetscDeviceAllocate_Private() function