Commit fa4a217a authored by Gabriel Marin's avatar Gabriel Marin Committed by Commit Bot

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: default avatarDirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#664303}
parent bd4e1c48
...@@ -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_linux && !is_chromeos && !is_chromecast use_new_tcmalloc = !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