Home | History | Annotate | only in /external/jemalloc
Up to higher level directory
NameDateSize
.gitattributes03-Dec-201419
.gitignore03-Dec-2014722
android/03-Dec-2014
Android.mk03-Dec-20145.3K
Android.test.mk03-Dec-20141.2K
autogen.sh03-Dec-2014266
bin/03-Dec-2014
ChangeLog03-Dec-201423.8K
config.guess03-Dec-201444.2K
config.stamp.in03-Dec-20140
config.sub03-Dec-201434.8K
configure.ac03-Dec-201447K
COPYING03-Dec-20141.7K
coverage.sh03-Dec-2014321
doc/03-Dec-2014
include/03-Dec-2014
INSTALL03-Dec-201410.3K
install-sh03-Dec-20145.5K
Makefile.in03-Dec-201415.5K
README03-Dec-20141.1K
src/03-Dec-2014
test/03-Dec-2014

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://www.canonware.com/jemalloc/
     21