jemalloc: libjemalloc (libjemalloc.so) 5.3.0¶
- Homepage: https://jemalloc.net/
- Manpage: https://jemalloc.net/jemalloc.3.html
- Changelog: https://github.com/jemalloc/jemalloc/releases
- Repository: https://github.com/jemalloc/jemalloc
- Library: master/make/libs/jemalloc/
- Steward: -
jemalloc is a general purpose malloc(3) implementation that emphasises fragmentation avoidance and scalable concurrency support. It is used as the allocator in Firefox, FreeBSD, and many other high-performance applications. Compared to the default uClibc allocator it provides better heap metadata management and avoids SIGFPE crashes caused by corrupted heap state on MIPS targets. https://jemalloc.net/