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

..03-May-2022-

bin/H04-Oct-2021-5,7194,316

build-aux/H04-Oct-2021-3,5403,110

doc/H04-Oct-2021-3,4023,139

include/H04-Oct-2021-13,5249,741

m4/H04-Oct-2021-563446

msvc/H03-May-2022-1,8351,819

scripts/H04-Oct-2021-221162

src/H04-Oct-2021-21,13416,353

test/H04-Oct-2021-18,18814,528

.appveyor.ymlH A D04-Oct-2021985 4339

.autom4te.cfgH A D04-Oct-2021107 43

.gitattributesH A D04-Oct-202119 21

.gitignoreH A D04-Oct-20211.9 KiB9477

.travis.ymlH A D04-Oct-20218.7 KiB157151

COPYINGH A D04-Oct-20211.7 KiB2825

ChangeLogH A D04-Oct-202165.9 KiB1,3831,227

INSTALL.mdH A D04-Oct-202114.6 KiB424286

Makefile.inH A D04-Oct-202120.8 KiB570494

READMEH A D04-Oct-20211 KiB2116

TUNING.mdH A D04-Oct-20215.8 KiB13093

VERSIONH A D04-Oct-202111 21

autogen.shH A D04-Oct-2021266 1814

configureH A D04-Oct-2021362.5 KiB13,72111,082

configure.acH A D04-Oct-202170.8 KiB2,2952,131

jemalloc.pc.inH A D04-Oct-2021465 1311

run_tests.shH A D04-Oct-202148 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