diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 15:17:03 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 15:17:03 +0000 |
commit | 3c8fe548ff6db60540aa8ee976801b10aa5a3d0f (patch) | |
tree | 9647c10d33d0116bbc5b83f27058256b111d553d /third_party/tcmalloc/README.chromium | |
parent | e1f5c3267b075fef9be9db1533254349014638ed (diff) | |
download | chromium_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.chromium | 1 |
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. |