Home | History | Annotate | only in /external/jemalloc_new
Up to higher level directory
NameDateSize
.appveyor.yml22-Oct-2020985
.autom4te.cfg22-Oct-2020107
.gitattributes22-Oct-202019
.travis.yml22-Oct-20208.7K
android/22-Oct-2020
Android.bp22-Oct-202010.6K
autogen.sh22-Oct-2020266
bin/22-Oct-2020
build-aux/22-Oct-2020
ChangeLog22-Oct-202065.9K
config.stamp.in22-Oct-20200
configure22-Oct-2020362.9K
configure.ac22-Oct-202070.8K
COPYING22-Oct-20201.7K
doc/22-Oct-2020
include/22-Oct-2020
INSTALL.md22-Oct-202014.6K
jemalloc.pc.in22-Oct-2020465
LICENSE22-Oct-20201.7K
m4/22-Oct-2020
Makefile.in22-Oct-202020.8K
MODULE_LICENSE_BSD22-Oct-20200
msvc/22-Oct-2020
NOTICE22-Oct-20201.7K
OWNERS22-Oct-2020139
README22-Oct-20201K
run_tests.sh22-Oct-202048
scripts/22-Oct-2020
src/22-Oct-2020
test/22-Oct-2020
TUNING.md22-Oct-20205.8K

README

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