MCPcopy 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
649MemoryPool* system_memory_pool() { return global_state.system_memory_pool(); }
650
651Status jemalloc_memory_pool(MemoryPool** out) {
652#ifdef ARROW_JEMALLOC

Callers 3

GetAllocatorMethod · 0.85
memory_poolMethod · 0.85
TESTFunction · 0.85

Calls 1

system_memory_poolMethod · 0.80

Tested by 2

memory_poolMethod · 0.68
TESTFunction · 0.68