Handbook
Glossary
cuMemAlloc ( dptr bytesize -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
dptr
an
object
bytesize
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuMemAlloc
( CUdeviceptr* dptr,
uint
bytesize )