Home | History | Annotate | only in /external/jemalloc
Up to higher level directory
NameDateSize
.appveyor.yml05-Oct-2017673
.autom4te.cfg05-Oct-2017107
.gitattributes05-Oct-201719
.gitignore05-Oct-2017960
.travis.yml05-Oct-2017463
android/05-Oct-2017
Android.bp05-Oct-20178.6K
autogen.sh05-Oct-2017266
bin/05-Oct-2017
build-aux/05-Oct-2017
ChangeLog05-Oct-201747.3K
config.stamp.in05-Oct-20170
configure.ac05-Oct-201763.3K
COPYING05-Oct-20171.7K
coverage.sh05-Oct-2017321
doc/05-Oct-2017
include/05-Oct-2017
INSTALL05-Oct-201716.5K
jemalloc.pc.in05-Oct-2017384
Makefile.in05-Oct-201717.9K
MODULE_LICENSE_BSD05-Oct-20170
msvc/05-Oct-2017
NOTICE05-Oct-20171.7K
README05-Oct-20171K
src/05-Oct-2017
test/05-Oct-2017

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