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

Method default_memory_manager

cpp/src/arrow/device.cc:294–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294std::shared_ptr<MemoryManager> CPUDevice::default_memory_manager() {
295 return default_cpu_memory_manager();
296}
297
298namespace {
299

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected