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

Method mimalloc_memory_pool

cpp/src/arrow/memory_pool.cc:625–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623
624#ifdef ARROW_MIMALLOC
625 MemoryPool* mimalloc_memory_pool() {
626 if (IsDebugEnabled()) {
627 return &mimalloc_debug_pool_;
628 } else {
629 return &mimalloc_pool_;
630 }
631 }
632#endif
633
634 private:

Callers 2

mimalloc_memory_poolFunction · 0.80
default_memory_poolFunction · 0.80

Calls 1

IsDebugEnabledFunction · 0.85

Tested by

no test coverage detected