1
0
Fork 0
arangodb/3rdParty/jemalloc/v5.1.0
Max Neunhöffer 0eab3c46f8 Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
..
bin Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
build-aux Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
doc Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
include Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
m4 Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
msvc Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
scripts Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
src Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
test Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
.appveyor.yml Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
.autom4te.cfg Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
.gitattributes Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
.gitignore Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
.travis.yml Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
COPYING Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
ChangeLog Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
INSTALL.md Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
Makefile.in Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
README Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
TUNING.md Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
VERSION Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
autogen.sh Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
config.stamp.in Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
configure Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
configure.ac Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
jemalloc.pc.in Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00
run_tests.sh Upgrade to jemalloc-5.1.0 with patch for static linking. (#6167) 2018-09-07 16:13:58 +02:00

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/