Перейти к файлу
Tamir Duberstein 24766ccd5b Allow toolchain to determine nm 2017-09-21 12:18:19 -07:00
bin Filter out "void *newImpl" in prof output. 2017-08-08 12:28:29 -07:00
build-aux
doc Fix a link for dirty_decay_ms in manual. 2017-09-11 13:38:45 -07:00
include Add missing field in initializer for rtree cache. 2017-09-21 12:18:10 -07:00
m4
msvc Remove external linkage for spin_adaptive 2017-08-08 10:30:21 -07:00
scripts Remove a redundant '--with-malloc-conf=tcache:false' from gen_run_tests.py 2017-07-31 15:36:40 -07:00
src Put static keyword first. 2017-09-21 12:18:10 -07:00
test Fix huge page test in test/unit/pages. 2017-09-12 14:29:49 -07:00
.appveyor.yml
.autom4te.cfg
.gitattributes
.gitignore
.travis.yml Force Ubuntu "precise" for Travis CI builds. 2017-09-20 10:38:26 -07:00
COPYING
ChangeLog Fix a typo. 2017-07-02 21:05:23 -07:00
INSTALL.md
Makefile.in Remove external linkage for spin_adaptive 2017-08-08 10:30:21 -07:00
README
autogen.sh
config.stamp.in
configure.ac Allow toolchain to determine nm 2017-09-21 12:18:19 -07:00
jemalloc.pc.in
run_tests.sh

README

jemalloc is a general purpose malloc(3) implementation that emphasizes
fragmentation avoidance and scalable concurrency support.  jemalloc first came
into use as the FreeBSD libc allocator in 2005, and since then it has found its
way into numerous applications that rely on its predictable behavior.  In 2010
jemalloc development efforts broadened to include developer support features
such as heap profiling and extensive monitoring/tuning hooks.  Modern jemalloc
releases continue to be integrated back into FreeBSD, and therefore versatility
remains critical.  Ongoing development efforts trend toward making jemalloc
among the best allocators for a broad range of demanding applications, and
eliminating/mitigating weaknesses that have practical repercussions for real
world applications.

The COPYING file contains copyright and licensing information.

The INSTALL file contains information on how to configure, build, and install
jemalloc.

The ChangeLog file contains a brief summary of changes for each release.

URL: http://jemalloc.net/