Handbook
Glossary
cuMemHostAlloc ( pp bytesize Flags -- CUresult )
Vocabulary
cuda
.
ffi
Inputs
pp
an
object
bytesize
an
object
Flags
an
object
Outputs
CUresult
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
cuda.ffi
LIBRARY:
cuda
FUNCTION:
CUresult
cuMemHostAlloc
( void** pp,
size_t
bytesize,
uint
Flags )