Home | History | Annotate | only in /external/jemalloc
Up to higher level directory
NameDateSize
.appveyor.yml22-Oct-2020673
.autom4te.cfg22-Oct-2020107
.gitattributes22-Oct-202019
.travis.yml22-Oct-2020463
android/22-Oct-2020
Android.bp22-Oct-20209.3K
autogen.sh22-Oct-2020266
bin/22-Oct-2020
build-aux/22-Oct-2020
ChangeLog22-Oct-202047.3K
config.stamp.in22-Oct-20200
configure.ac22-Oct-202063.3K
COPYING22-Oct-20201.7K
coverage.sh22-Oct-2020321
doc/22-Oct-2020
include/22-Oct-2020
INSTALL22-Oct-202016.5K
jemalloc.pc.in22-Oct-2020384
Makefile.in22-Oct-202017.9K
MODULE_LICENSE_BSD22-Oct-20200
msvc/22-Oct-2020
NOTICE22-Oct-20201.7K
OWNERS22-Oct-2020139
README22-Oct-20201K
src/22-Oct-2020
test/22-Oct-2020

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