• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-11,4388,632

build-aux/H03-May-2022-3,5403,110

doc/H03-May-2022-6,8736,342

include/H03-May-2022-16,07211,065

m4/H03-May-2022-563446

msvc/H03-May-2022-1,8471,831

scripts/H03-May-2022-275200

src/H03-May-2022-23,82818,357

test/H03-May-2022-20,51816,339

COPYINGH A D25-Mar-20191.7 KiB2825

ChangeLogH A D25-Mar-201965.9 KiB1,3831,227

INSTALL.mdH A D25-Mar-201914.4 KiB422284

MakefileH A D25-Mar-201923.3 KiB616539

Makefile.inH A D25-Mar-201922 KiB616539

READMEH A D25-Mar-20191 KiB2116

TUNING.mdH A D25-Mar-20195.8 KiB13093

VERSIONH A D25-Mar-201950 21

autogen.shH A D25-Mar-2019266 1814

config.stamp.inH A D25-Mar-20190

config.statusH A D25-Mar-201940.5 KiB1,2981,069

configureH A D25-Mar-2019366.6 KiB13,93211,238

configure.acH A D25-Mar-201971.9 KiB2,3782,209

jemalloc.pcH A D25-Mar-2019371 1311

jemalloc.pc.inH A D25-Mar-2019465 1311

run_tests.shH A D25-Mar-201948 21

README

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