Method
ArrowCUDAIPCMemoryHandleserialize
since: 0.8.0
Declaration [src]
GArrowBuffer*
garrow_cuda_ipc_memory_handle_serialize (
GArrowCUDAIPCMemoryHandle* handle
GError** error
)
Return value
Type: GArrowBuffer
A newly created GArrowBuffer
on success,
NULL
on error. The buffer has serialized handle
. The serialized
handle
can be deserialized by garrow_cuda_ipc_memory_handle_new()
in other process.
The caller of the method takes ownership of the data, and is responsible for freeing it. |