Commits


Antoine Pitrou authored and Benjamin Kietzman committed 053f4742c7f
ARROW-11009: [C++] Allow changing default memory pool with an environment variable ARROW_DEFAULT_MEMORY_POOL can take the name of the desired memory pool backend ('jemalloc', 'mimalloc', 'system'). Closes #9105 from pitrou/ARROW-11009-memory-pool-env-var Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>