• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-497378

bin/03-May-2024-5,7024,303

build-aux/03-May-2024-3,4703,040

doc/03-May-2024-2,9272,697

include/03-May-2024-16,24412,488

msvc/03-May-2024-1,2021,179

src/03-May-2024-16,84212,896

test/03-May-2024-13,79810,720

.autom4te.cfgD03-May-2024107 43

.gitattributesD03-May-202419 21

.gitignoreD03-May-2024960 7257

Android.bpD03-May-20248.3 KiB324263

Android.mkD03-May-20248.5 KiB311199

Android.test.mkD03-May-20241.3 KiB5328

COPYINGD03-May-20241.7 KiB2825

ChangeLogD03-May-202441.1 KiB874762

INSTALLD03-May-202415.7 KiB411314

MODULE_LICENSE_BSDD03-May-20240

Makefile.inD03-May-202417.2 KiB486415

NOTICED03-May-20241.7 KiB2825

READMED03-May-20241.1 KiB2116

autogen.shD03-May-2024266 1814

config.stamp.inD03-May-20240

configure.acD03-May-202456.4 KiB1,7801,655

coverage.shD03-May-2024321 179

jemalloc.pc.inD03-May-2024397 1311

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, Valgrind integration, and extensive monitoring/tuning
7hooks.  Modern jemalloc releases continue to be integrated back into FreeBSD,
8and therefore versatility remains critical.  Ongoing development efforts trend
9toward making jemalloc among the best allocators for a broad range of demanding
10applications, and eliminating/mitigating weaknesses that have practical
11repercussions for real world 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://www.canonware.com/jemalloc/
21