Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex7.c47 int *int_ptr; in TestAllocate() local
53 PetscCall(PetscDeviceMalloc(dctx, mtype, 1, &int_ptr)); in TestAllocate()
60 PetscCall(PetscDeviceFree(dctx, int_ptr)); in TestAllocate()