MCPcopy Create free account
hub / github.com/apache/arrow / system_memory_pool

Method system_memory_pool

cpp/src/arrow/memory_pool.cc:606–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 bool is_finalizing() const { return finalizing_.load(std::memory_order_relaxed); }
605
606 MemoryPool* system_memory_pool() {
607 if (IsDebugEnabled()) {
608 return &system_debug_pool_;
609 } else {
610 return &system_pool_;
611 }
612 }
613
614#ifdef ARROW_JEMALLOC
615 MemoryPool* jemalloc_memory_pool() {

Callers 4

test_scanner_memory_poolFunction · 0.80
system_memory_poolFunction · 0.80
default_memory_poolFunction · 0.80

Calls 1

IsDebugEnabledFunction · 0.85

Tested by 2

test_scanner_memory_poolFunction · 0.64