1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/memory/jemalloc/src/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +jemalloc is a general-purpose scalable concurrent malloc(3) implementation. 1.5 +This distribution is a "portable" implementation that currently targets 1.6 +FreeBSD, Linux, Apple OS X, and MinGW. jemalloc is included as the default 1.7 +allocator in the FreeBSD and NetBSD operating systems, and it is used by the 1.8 +Mozilla Firefox web browser on Microsoft Windows-related platforms. Depending 1.9 +on your needs, one of the other divergent versions may suit your needs better 1.10 +than this distribution. 1.11 + 1.12 +The COPYING file contains copyright and licensing information. 1.13 + 1.14 +The INSTALL file contains information on how to configure, build, and install 1.15 +jemalloc. 1.16 + 1.17 +The ChangeLog file contains a brief summary of changes for each release. 1.18 + 1.19 +URL: http://www.canonware.com/jemalloc/