Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ system_memory_pool
Function
system_memory_pool
cpp/src/arrow/memory_pool.cc:644–644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
} global_state;
643
644
MemoryPool* system_memory_pool() { return global_state.system_memory_pool(); }
645
646
Status jemalloc_memory_pool(MemoryPool** out) {
647
#ifdef ARROW_JEMALLOC
Callers
3
GetAllocator
Method · 0.85
memory_pool
Method · 0.85
TEST
Function · 0.85
Calls
1
system_memory_pool
Method · 0.80
Tested by
2
memory_pool
Method · 0.68
TEST
Function · 0.68