zanmato1984 opened a new issue, #45219: URL: https://github.com/apache/arrow/issues/45219
### Describe the enhancement requested In #44951 we switched default allocator from jemalloc to mimalloc. However in example builds: https://github.com/apache/arrow/blob/5181c24f6d780591426e0af0d1b72c68f190484c/cpp/examples/minimal_build/build_arrow.sh#L29 https://github.com/apache/arrow/blob/5181c24f6d780591426e0af0d1b72c68f190484c/cpp/examples/tutorial_examples/build_arrow.sh#L32 IIUC the original idea was to disable the default allocator (used to be jemalloc, thus the specifying in above). Shall we update them to mimalloc too? @pitrou what do you think? ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org