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

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/