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

Method CloseIpcBuffer

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

Source from the content-addressed store, hash-verified

728}
729
730Status CudaContext::CloseIpcBuffer(CudaBuffer* buf) {
731 ContextSaver set_temporary(*this);
732 CU_RETURN_NOT_OK("cuIpcCloseMemHandle", cuIpcCloseMemHandle(buf->address()));
733 return Status::OK();
734}
735
736int64_t CudaContext::bytes_allocated() const { return impl_->bytes_allocated(); }
737

Callers 1

CloseMethod · 0.80

Calls 2

addressMethod · 0.80
OKFunction · 0.50

Tested by

no test coverage detected