Constructor
ArrowCUDAIPCMemoryHandlenew
Declaration [src]
GArrowCUDAIPCMemoryHandle*
garrow_cuda_ipc_memory_handle_new (
const guint8* data,
gsize size,
GError** error
)
Parameters
data |
An array of guint8 |
A serialized |
|
The length of the array is specified in the size argument. | |
The data is owned by the caller of the function. | |
size |
gsize |
The size of data. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowCUDAIPCMemoryHandle |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |