summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/README.chromium
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-22 15:17:03 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-22 15:17:03 +0000
commit3c8fe548ff6db60540aa8ee976801b10aa5a3d0f (patch)
tree9647c10d33d0116bbc5b83f27058256b111d553d /third_party/tcmalloc/README.chromium
parente1f5c3267b075fef9be9db1533254349014638ed (diff)
downloadchromium_src-3c8fe548ff6db60540aa8ee976801b10aa5a3d0f.zip
chromium_src-3c8fe548ff6db60540aa8ee976801b10aa5a3d0f.tar.gz
chromium_src-3c8fe548ff6db60540aa8ee976801b10aa5a3d0f.tar.bz2
Adds TCMalloc support for Android.
This is part of the effort to bring TCMalloc to android. The first goal is to get instrumentation to facilitate integration with DMP and memory profiling. This is not yet intended for full production usage as the default allocator. BUG=162208 Review URL: https://chromiumcodereview.appspot.com/14321006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/README.chromium')
-rw-r--r--third_party/tcmalloc/README.chromium1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium
index ad0411c..942b138 100644
--- a/third_party/tcmalloc/README.chromium
+++ b/third_party/tcmalloc/README.chromium
@@ -86,3 +86,4 @@ HOWTOs:
Modifications:
- Converted to utf-8 with: vim +"argdo write ++enc=utf-8" *.h *.c
+- Added support for android.