Commit 167346ac authored by Jeffrey Cohen's avatar Jeffrey Cohen Committed by Commit Bot

Revert "Make the new tcmalloc the default for Chrome OS"

This reverts commit fa4a217a.

Reason for revert: failing the following tests on https://ci.chromium.org/p/chromium/builders/ci/Linux%20ChromiumOS%20MSan%20Tests/13197

HeapCollectorCollectionParamsTest.ParametersOverride_Tcmalloc
HeapCollectorTest.CheckSetup_Tcmalloc
HeapCollectorTest.DumpProfileToTempFile_Tcmalloc
HeapCollectorTest.IncognitoWindowDisablesSamplingOnInit_Tcmalloc
HeapCollectorTest.IncognitoWindowPausesSampling_Tcmalloc

Original change's description:
> Make the new tcmalloc the default for Chrome OS
> 
> The new tcmalloc has been enabled on three Chrome OS boards since R72,
> and on ten additional boards accounting for over 50% of users in the
> wild since R75. It has also been the default on Linux for over one month.
> 
> BUG=chromium:724399,b:70905156
> 
> Change-Id: Id1f49f66a963c9a327edeee3e85d0d128c9de78c
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1630233
> Commit-Queue: Gabriel Marin <gmx@chromium.org>
> Reviewed-by: Dirk Pranke <dpranke@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#664303}

TBR=dpranke@chromium.org,halliwell@chromium.org,gmx@chromium.org,jasonroberts@chromium.org

Change-Id: I1725b05e1c363b801e6ad7dac303ec3c6cb85c39
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:724399, b:70905156
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636589Reviewed-by: default avatarJeffrey Cohen <jeffreycohen@chromium.org>
Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664489}
parent 2b4b4ee8
...@@ -34,7 +34,7 @@ declare_args() { ...@@ -34,7 +34,7 @@ declare_args() {
use_partition_alloc = !is_ios use_partition_alloc = !is_ios
# Use the new tcmalloc. It's relevant only when use_allocator == "tcmalloc". # Use the new tcmalloc. It's relevant only when use_allocator == "tcmalloc".
use_new_tcmalloc = !is_chromecast use_new_tcmalloc = is_linux && !is_chromeos && !is_chromecast
} }
if (is_nacl) { if (is_nacl) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment