summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/jemalloc/README.chromium
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-08-15 21:46:11 +0200
committerZeno Albisser <zeno.albisser@digia.com>2013-08-15 21:46:11 +0200
commit679147eead574d186ebf3069647b4c23e8ccace6 (patch)
treefc247a0ac8ff119f7c8550879ebb6d3dd8d1ff69 /chromium/third_party/jemalloc/README.chromium
Initial import.
Diffstat (limited to 'chromium/third_party/jemalloc/README.chromium')
-rw-r--r--chromium/third_party/jemalloc/README.chromium47
1 files changed, 47 insertions, 0 deletions
diff --git a/chromium/third_party/jemalloc/README.chromium b/chromium/third_party/jemalloc/README.chromium
new file mode 100644
index 00000000000..7f3865be4a0
--- /dev/null
+++ b/chromium/third_party/jemalloc/README.chromium
@@ -0,0 +1,47 @@
+Name: jemalloc
+Short Name: jemalloc
+URL: http://hg.mozilla.org/mozilla-central/src/memory
+Version: 31465:63c44f8d16ac
+License: BSD
+License File: LICENSE
+Security Critical: yes
+
+Description:
+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)