Home | History | Annotate | only in /external/jemalloc
Up to higher level directory
NameDateSize
.appveyor.yml21-Aug-2018673
.autom4te.cfg21-Aug-2018107
.gitattributes21-Aug-201819
.travis.yml21-Aug-2018463
android/21-Aug-2018
Android.bp21-Aug-20188.6K
autogen.sh21-Aug-2018266
bin/21-Aug-2018
build-aux/21-Aug-2018
ChangeLog21-Aug-201847.3K
config.stamp.in21-Aug-20180
configure.ac21-Aug-201863.3K
COPYING21-Aug-20181.7K
coverage.sh21-Aug-2018321
doc/21-Aug-2018
include/21-Aug-2018
INSTALL21-Aug-201816.5K
jemalloc.pc.in21-Aug-2018384
Makefile.in21-Aug-201817.9K
MODULE_LICENSE_BSD21-Aug-20180
msvc/21-Aug-2018
NOTICE21-Aug-20181.7K
README21-Aug-20181K
src/21-Aug-2018
test/21-Aug-2018

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, Valgrind integration, and extensive monitoring/tuning
      7 hooks.  Modern jemalloc releases continue to be integrated back into FreeBSD,
      8 and therefore versatility remains critical.  Ongoing development efforts trend
      9 toward making jemalloc among the best allocators for a broad range of demanding
     10 applications, and eliminating/mitigating weaknesses that have practical
     11 repercussions for real 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