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:649–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
647
} global_state;
648
649
MemoryPool* system_memory_pool() { return global_state.system_memory_pool(); }
650
651
Status jemalloc_memory_pool(MemoryPool** out) {
652
#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