diff options
author | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 19:12:51 +0000 |
---|---|---|
committer | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-24 19:12:51 +0000 |
commit | b4b408bb319b418c005288275bc0536d748962de (patch) | |
tree | d6797c051a2c21b6a48b8d199535a30a33c78992 /third_party/jemalloc/README.chromium | |
parent | db44399d2fb15179e8858375ef334494ea23bb3b (diff) | |
download | chromium_src-b4b408bb319b418c005288275bc0536d748962de.zip chromium_src-b4b408bb319b418c005288275bc0536d748962de.tar.gz chromium_src-b4b408bb319b418c005288275bc0536d748962de.tar.bz2 |
Capture r31465 of upstream jemalloc (the basis for our patched version)
in a vanilla vendor branch.
BUG=27911
TEST=none
Review URL: http://codereview.chromium.org/434040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/jemalloc/README.chromium')
-rw-r--r-- | third_party/jemalloc/README.chromium | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/third_party/jemalloc/README.chromium b/third_party/jemalloc/README.chromium new file mode 100644 index 0000000..0c587cb --- /dev/null +++ b/third_party/jemalloc/README.chromium @@ -0,0 +1,38 @@ +This contains Chromium's locally patched copy of Jason Evans' jemalloc package.
+
+License terms are contained in the source files themselves.
+
+Contents:
+
+ README.chromium
+
+ This file you're looking at right now.
+
+ chromium/
+
+ The chromium patched sources, copied from the vendor/
+ subdirectory and containing our local modifications.
+
+ vendor/
+
+ Vanilla sources from Mozilla's copy at:
+
+ http://hg.mozilla.org/mozilla-central/src/memory
+
+ The current revision is:
+
+ changeset: 31465:63c44f8d16ac
+ parent: 31462:70b3b23c948a
+ user: Robert Sayre <sayrer@gmail.com>
+ date: Thu Aug 06 11:16:20 2009 -0700
+ summary: Backed out changeset 70b3b23c948a
+
+HOWTOs:
+
+ Take a new version from upstream:
+
+ TODO(sgk)
+
+ Merge a new upstream version with our local patched copy:
+
+ TODO(sgk)
|