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

Method default_memory_manager

cpp/src/arrow/buffer_test.cc:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140};
141
142std::shared_ptr<MemoryManager> MyDevice::default_memory_manager() {
143 return std::make_shared<MyMemoryManager>(shared_from_this());
144}
145
146Result<std::shared_ptr<Buffer>> MyMemoryManager::CopyBufferFrom(
147 const std::shared_ptr<Buffer>& buf, const std::shared_ptr<MemoryManager>& from) {

Callers 1

SetUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected