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

Method jemalloc_memory_pool

cpp/src/arrow/memory_pool.cc:615–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613
614#ifdef ARROW_JEMALLOC
615 MemoryPool* jemalloc_memory_pool() {
616 if (IsDebugEnabled()) {
617 return &jemalloc_debug_pool_;
618 } else {
619 return &jemalloc_pool_;
620 }
621 }
622#endif
623
624#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