Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetAllocator
Method
GetAllocator
cpp/src/arrow/memory_pool_benchmark.cc:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
struct SystemAlloc {
30
static Result<MemoryPool*> GetAllocator() { return system_memory_pool(); }
31
};
32
33
#ifdef ARROW_JEMALLOC
Callers
nothing calls this directly
Calls
1
system_memory_pool
Function · 0.85
Tested by
no test coverage detected