allow jemalloc to replace the platform allocator #18676
Labels
I-compiletime
Issue: Problems and improvements with respect to compile times.
I-slow
Issue: Problems and improvements with respect to performance of generated code.
By default, jemalloc replaces the platform allocator. This results in a performance improvement for memory allocation in C along with reduced fragmentation. Even on platforms like FreeBSD where jemalloc is the system allocator, this eliminates the inevitable external fragmentation and performance hit caused by using two general purpose allocators.
The text was updated successfully, but these errors were encountered: