gecko/memory/jemalloc
2014-09-03 14:10:54 +09:00
..
src Bug 1046045 - Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in jemalloc's configure. r=mshal 2014-08-01 15:55:56 +09:00
0001-Use-a-configure-test-to-detect-whether-to-use-a-cons.patch Bug 1014308 - Update jemalloc3 to upstream 3.6.0. r=njn,r=mshal 2014-05-23 07:26:40 +09:00
0002-Use-ULL-prefix-instead-of-LLU-for-unsigned-long-long.patch Bug 1014308 - Update jemalloc3 to upstream 3.6.0. r=njn,r=mshal 2014-05-23 07:26:40 +09:00
0003-Don-t-use-msvc_compat-s-C99-headers-with-MSVC-versio.patch Bug 945582 - Don't use jemalloc3 C99 headers with MSVC versions that have (some) C99 support. r=mshal 2014-05-31 09:54:23 +09:00
0004-Try-to-use-__builtin_ffsl-if-ffsl-is-unavailable.patch Bug 965870 - Try to use __builtin_ffsl if ffsl is unavailable. r=mshal 2014-06-06 08:15:58 +09:00
0005-Check-for-__builtin_ffsl-before-ffsl.patch Bug 965870 - Check for __builtin_ffsl before ffsl. r=mshal 2014-06-06 08:17:02 +09:00
0006-Fix-clang-warnings.patch Bug 1019381 - Cherrypick clang and gcc warning fixes from upstream jemalloc. r=glandium 2014-05-28 19:02:11 -07:00
0007-Ensure-the-default-purgeable-zone-is-after-the-defau.patch Bug 1019881 - Ensure the default purgeable zone is after the default zone on OS X. rs=njn 2014-06-11 11:07:27 +09:00
0008-Allow-to-build-with-clang-cl.patch Bug 1024097 - Allow jemalloc to build with clang-cl. r=njn 2014-06-13 08:44:19 +09:00
0009-Remove-srcroot-from-cfghdrs_in-cfgoutputs_in-and-cfg.patch Bug 1046045 - Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in jemalloc's configure. r=mshal 2014-08-01 15:55:56 +09:00
Makefile.in Bug 1036894 part 1 - Move MAKE_FRAMEWORK, SDK_LIBRARY, SHARED_LIBRARY_NAME and STATIC_LIBRARY_NAME to moz.build. r=gps 2014-07-23 13:29:09 +09:00
moz.build Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
README.mozilla
update.sh Bug 1046045 - Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in jemalloc's configure. r=mshal 2014-08-01 15:55:56 +09:00
upstream.info Bug 1014308 - Update jemalloc3 to upstream 3.6.0. r=njn,r=mshal 2014-05-23 07:26:40 +09:00

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.