gecko-dev/memory/jemalloc
Mike Hommey c917606f95 Bug 1043692 - Move DIST_INSTALL to moz.build. r=gps 2015-05-12 07:55:22 +09:00
..
src Bug 1139357 - Make jemalloc3's --without-export actually work. r=njn 2015-03-10 10:01:53 +09:00
0001-Dont-overwrite-VERSION-on-a-git-repository.patch
0002-Move-variable-declaration-to-the-top-its-block-for-M.patch
0003-Add-a-isblank-definition-for-MSVC-2013.patch
0004-Implement-stats.bookkeeping.patch
0005-Bug-1121314-Avoid-needing-the-arena-in-chunk_alloc_d.patch Bug 1121314 - Avoid needing the arena in chunk_alloc_default to avoid possible infinite loops involving a0malloc. r=njn 2015-01-14 15:18:49 +09:00
0006-Make-opt.lg_dirty_mult-work-as-documented.patch Bug 762449 - Make jemalloc's opt.lg_dirty_mult work as documented. r=njn 2015-03-02 07:35:28 +09:00
0007-Preserve-LastError-when-calling-TlsGetValue.patch Bug 1138705 - Preserve LastError when calling TlsGetValue. r=njn 2015-03-04 14:40:09 +09:00
0008-Make-without-export-actually-work.patch Bug 1139357 - Make jemalloc3's --without-export actually work. r=njn 2015-03-10 10:01:53 +09:00
Makefile.in Bug 1043692 - Move DIST_INSTALL to moz.build. r=gps 2015-05-12 07:55:22 +09:00
README.mozilla
moz.build Bug 1043692 - Move DIST_INSTALL to moz.build. r=gps 2015-05-12 07:55:22 +09:00
update.sh Bug 1139357 - Make jemalloc3's --without-export actually work. r=njn 2015-03-10 10:01:53 +09:00
upstream.info

README.mozilla

This is a copy of the jemalloc source code. It is intended to be left pristine.
Modifications to this code without coordinating with upstream are unacceptable,
and will be reverted. Integration modifications should be made in memory/build
whenever possible.

The canonical repository for this source code is git://canonware.com/jemalloc.git.
The information about the upstream repository and revision lives in upstream.info.
In order to update the code, you can run the update.sh script located in
the same directory.