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

Method jemalloc_memory_pool

cpp/src/arrow/memory_pool.cc:610–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608
609#ifdef ARROW_JEMALLOC
610 MemoryPool* jemalloc_memory_pool() {
611 if (IsDebugEnabled()) {
612 return &jemalloc_debug_pool_;
613 } else {
614 return &jemalloc_pool_;
615 }
616 }
617#endif
618
619#ifdef ARROW_MIMALLOC

Callers 2

jemalloc_memory_poolFunction · 0.80
default_memory_poolFunction · 0.80

Calls 1

IsDebugEnabledFunction · 0.85

Tested by

no test coverage detected