MCPcopy Create free account
hub / github.com/apache/arrow / memory_size

Method memory_size

cpp/src/arrow/gpu/cuda_memory.cc:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95const void* CudaIpcMemHandle::handle() const { return &impl_->ipc_handle; }
96
97int64_t CudaIpcMemHandle::memory_size() const { return impl_->memory_size; }
98
99// ----------------------------------------------------------------------
100

Callers 2

OpenIpcBufferMethod · 0.80
OpenIpcBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected