summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/README.chromium
diff options
context:
space:
mode:
authorsgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-25 00:31:54 +0000
committersgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-25 00:31:54 +0000
commit833cb13fde39de9bcd7f68d6a9523d1fbedc689a (patch)
treebb1747c67067b2d343bbb4e78b513e5616a422f0 /third_party/tcmalloc/README.chromium
parent04113ce25aa3d2fe79aba8fa670db2f5ad9b8b89 (diff)
downloadchromium_src-833cb13fde39de9bcd7f68d6a9523d1fbedc689a.zip
chromium_src-833cb13fde39de9bcd7f68d6a9523d1fbedc689a.tar.gz
chromium_src-833cb13fde39de9bcd7f68d6a9523d1fbedc689a.tar.bz2
Import vanilla upstream tcmalloc sources into a vendor branch
as a basis for local changes. BUG=27911 TEST=none Review URL: http://codereview.chromium.org/436037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/README.chromium')
-rw-r--r--third_party/tcmalloc/README.chromium39
1 files changed, 39 insertions, 0 deletions
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium
new file mode 100644
index 0000000..c30ae73
--- /dev/null
+++ b/third_party/tcmalloc/README.chromium
@@ -0,0 +1,39 @@
+This contains Chromium's locally patched copy of tcmalloc.
+
+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.
+
+ We only copy over the vendor/src/ subdirectory (the only piece
+ we need) but still leave it in a chromium/src/ subdirectory to
+ keep the directory structures in parallel.
+
+ vendor/
+
+ Vanilla sources from upstream:
+
+ http://google-perftools.googlecode.com/svn/trunk
+
+ The current revision is:
+
+ Last Changed Rev: 78
+ Last Changed Date: 2009-11-10 08:24:57 -0800 (Tue, 10 Nov 2009)
+
+
+
+HOWTOs:
+
+ Take a new version from upstream:
+
+ TODO(sgk)
+
+ Merge a new upstream version with our local patched copy:
+
+ TODO(sgk)