featuregood first issue
描述
Now that we support tuples bigger than 1M it's become necessary to optimize large allocations. jemalloc can reuse memory for large allocations, for example, while glibc malloc would always use mmap/munmap for large tuples.
Investigate whether we should import jemalloc or only the part of it relevant for large allocation management.