Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ mimalloc_memory_pool
Method
mimalloc_memory_pool
cpp/src/arrow/memory_pool.cc:620–626 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
618
619
#ifdef ARROW_MIMALLOC
620
MemoryPool* mimalloc_memory_pool() {
621
if (IsDebugEnabled()) {
622
return &mimalloc_debug_pool_;
623
} else {
624
return &mimalloc_pool_;
625
}
626
}
627
#endif
628
629
private:
Callers
2
mimalloc_memory_pool
Function · 0.80
default_memory_pool
Function · 0.80
Calls
1
IsDebugEnabled
Function · 0.85
Tested by
no test coverage detected