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

Method system_memory_pool

cpp/src/arrow/memory_pool.cc:601–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 bool is_finalizing() const { return finalizing_.load(std::memory_order_relaxed); }
600
601 MemoryPool* system_memory_pool() {
602 if (IsDebugEnabled()) {
603 return &system_debug_pool_;
604 } else {
605 return &system_pool_;
606 }
607 }
608
609#ifdef ARROW_JEMALLOC
610 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