| Index: build/config/allocator.gni
|
| diff --git a/build/config/allocator.gni b/build/config/allocator.gni
|
| index 71418a8e772d991249b66f5f75c606f446be4a6c..9e0c68627cb8700338b4b91b77ec4c9ccacbf861 100644
|
| --- a/build/config/allocator.gni
|
| +++ b/build/config/allocator.gni
|
| @@ -2,9 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//build/config/sanitizers/sanitizers.gni")
|
| +
|
| # TODO(GYP): Make tcmalloc work on win.
|
| if (is_android || current_cpu == "mipsel" || is_mac || is_ios || is_asan ||
|
| - is_lsan || is_tsan || is_msan || is_win) {
|
| + is_lsan || is_tsan || is_msan || is_win || is_syzyasan) {
|
| _default_allocator = "none"
|
| } else {
|
| _default_allocator = "tcmalloc"
|
|
|