Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/
H A Dex7.c49 long int *long_int_ptr; in TestAllocate() local
55 PetscCall(PetscDeviceMalloc(dctx, mtype, 1, &long_int_ptr)); in TestAllocate()
62 PetscCall(PetscDeviceFree(dctx, long_int_ptr)); in TestAllocate()