Blame jemalloc/README

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