blob: 9b268f422885ae140f2c71494ed37115403e26c5 [file] [log] [blame]
Jason Evans7a9c8d12013-10-20 19:38:19 -07001jemalloc is a general purpose malloc(3) implementation that emphasizes
2fragmentation avoidance and scalable concurrency support. jemalloc first came
3into use as the FreeBSD libc allocator in 2005, and since then it has found its
4way into numerous applications that rely on its predictable behavior. In 2010
5jemalloc development efforts broadened to include developer support features
6such as heap profiling, Valgrind integration, and extensive monitoring/tuning
7hooks. Modern jemalloc releases continue to be integrated back into FreeBSD,
8and therefore versatility remains critical. Ongoing development efforts trend
9toward making jemalloc among the best allocators for a broad range of demanding
10applications, and eliminating/mitigating weaknesses that have practical
11repercussions for real world applications.
Jason Evans55233992010-04-11 19:02:43 -070012
13The COPYING file contains copyright and licensing information.
Jason Evanscc00a152009-06-25 18:06:48 -070014
15The INSTALL file contains information on how to configure, build, and install
16jemalloc.
Jason Evans55233992010-04-11 19:02:43 -070017
Jason Evans379f8472010-10-24 16:18:29 -070018The ChangeLog file contains a brief summary of changes for each release.
19
Jason Evans55233992010-04-11 19:02:43 -070020URL: http://www.canonware.com/jemalloc/