Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
294
std::shared_ptr<MemoryManager> CPUDevice::default_memory_manager() {
295
return default_cpu_memory_manager();
296
}
297
298
namespace {
299
Callers
nothing calls this directly
Calls
1
default_cpu_memory_manager
Function · 0.85
Tested by
no test coverage detected