antirez b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
..
bin 699cdb0f5e Jemalloc updated to 3.0.0. 12 vuotta sitten
doc b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
include b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
src b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
test b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
.gitignore b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
COPYING 699cdb0f5e Jemalloc updated to 3.0.0. 12 vuotta sitten
ChangeLog b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
INSTALL 699cdb0f5e Jemalloc updated to 3.0.0. 12 vuotta sitten
Makefile.in b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
README 699cdb0f5e Jemalloc updated to 3.0.0. 12 vuotta sitten
VERSION b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
autogen.sh 0811e89c80 jemalloc source added 13 vuotta sitten
config.guess 699cdb0f5e Jemalloc updated to 3.0.0. 12 vuotta sitten
config.stamp.in 0811e89c80 jemalloc source added 13 vuotta sitten
config.sub 699cdb0f5e Jemalloc updated to 3.0.0. 12 vuotta sitten
configure b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
configure.ac b85cb4ce4b Jemalloc updated to version 3.2.0. 12 vuotta sitten
install-sh 0811e89c80 jemalloc source added 13 vuotta sitten

README

jemalloc is a general-purpose scalable concurrent malloc(3) implementation.
This distribution is a "portable" implementation that currently targets
FreeBSD, Linux, Apple OS X, and MinGW. jemalloc is included as the default
allocator in the FreeBSD and NetBSD operating systems, and it is used by the
Mozilla Firefox web browser on Microsoft Windows-related platforms. Depending
on your needs, one of the other divergent versions may suit your needs better
than this distribution.

The COPYING file contains copyright and licensing information.

The INSTALL file contains information on how to configure, build, and install
jemalloc.

The ChangeLog file contains a brief summary of changes for each release.

URL: http://www.canonware.com/jemalloc/