NameDateSize

..10-Aug-201812 KiB

.appveyor.yml10-Aug-2018673

.autom4te.cfg10-Aug-2018107

.gitattributes10-Aug-201819

.gitignore10-Aug-2018960

.travis.yml10-Aug-2018463

android/10-Aug-20184 KiB

Android.bp10-Aug-20188.6 KiB

autogen.sh10-Aug-2018266

bin/10-Aug-20184 KiB

build-aux/10-Aug-20184 KiB

ChangeLog10-Aug-201847.3 KiB

config.stamp.in10-Aug-20180

configure.ac10-Aug-201863.3 KiB

COPYING10-Aug-20181.7 KiB

coverage.sh10-Aug-2018321

doc/10-Aug-20184 KiB

include/10-Aug-20184 KiB

INSTALL10-Aug-201816.5 KiB

jemalloc.pc.in10-Aug-2018384

Makefile.in10-Aug-201817.9 KiB

MODULE_LICENSE_BSD10-Aug-20180

msvc/10-Aug-20184 KiB

NOTICE10-Aug-20181.7 KiB

README10-Aug-20181 KiB

src/10-Aug-20184 KiB

test/10-Aug-20184 KiB

README

1jemalloc 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.
12
13The COPYING file contains copyright and licensing information.
14
15The INSTALL file contains information on how to configure, build, and install
16jemalloc.
17
18The ChangeLog file contains a brief summary of changes for each release.
19
20URL: http://jemalloc.net/
21