Blame jemalloc/README

Packit Service 724aca
jemalloc is a general purpose malloc(3) implementation that emphasizes
Packit Service 724aca
fragmentation avoidance and scalable concurrency support.  jemalloc first came
Packit Service 724aca
into use as the FreeBSD libc allocator in 2005, and since then it has found its
Packit Service 724aca
way into numerous applications that rely on its predictable behavior.  In 2010
Packit Service 724aca
jemalloc development efforts broadened to include developer support features
Packit Service 724aca
such as heap profiling and extensive monitoring/tuning hooks.  Modern jemalloc
Packit Service 724aca
releases continue to be integrated back into FreeBSD, and therefore versatility
Packit Service 724aca
remains critical.  Ongoing development efforts trend toward making jemalloc
Packit Service 724aca
among the best allocators for a broad range of demanding applications, and
Packit Service 724aca
eliminating/mitigating weaknesses that have practical repercussions for real
Packit Service 724aca
world applications.
Packit Service 724aca
Packit Service 724aca
The COPYING file contains copyright and licensing information.
Packit Service 724aca
Packit Service 724aca
The INSTALL file contains information on how to configure, build, and install
Packit Service 724aca
jemalloc.
Packit Service 724aca
Packit Service 724aca
The ChangeLog file contains a brief summary of changes for each release.
Packit Service 724aca
Packit Service 724aca
URL: http://jemalloc.net/