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

Method Free

cpp/src/arrow/gpu/cuda_context.cc:705–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703Status CudaContext::Close() { return impl_->Close(); }
704
705Status CudaContext::Free(void* device_ptr, int64_t nbytes) {
706 return impl_->Free(device_ptr, nbytes);
707}
708
709Result<std::shared_ptr<CudaBuffer>> CudaContext::OpenIpcBuffer(
710 const CudaIpcMemHandle& ipc_handle) {

Callers 3

CloseMethod · 0.45
~MyBufferMethod · 0.45
operator deleteMethod · 0.45

Calls

no outgoing calls

Tested by 1

~MyBufferMethod · 0.36