gecko/memory/jemalloc
2014-09-03 14:10:54 +09:00
..
src
0001-Use-a-configure-test-to-detect-whether-to-use-a-cons.patch
0002-Use-ULL-prefix-instead-of-LLU-for-unsigned-long-long.patch
0003-Don-t-use-msvc_compat-s-C99-headers-with-MSVC-versio.patch
0004-Try-to-use-__builtin_ffsl-if-ffsl-is-unavailable.patch
0005-Check-for-__builtin_ffsl-before-ffsl.patch
0006-Fix-clang-warnings.patch
0007-Ensure-the-default-purgeable-zone-is-after-the-defau.patch
0008-Allow-to-build-with-clang-cl.patch
0009-Remove-srcroot-from-cfghdrs_in-cfgoutputs_in-and-cfg.patch
Makefile.in
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
upstream.info

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.