Index: build/config/allocator.gni |
diff --git a/build/config/allocator.gni b/build/config/allocator.gni |
index 06447af0b40660b00525bea0eea90b131a9ef6a2..9d435bf6e7e13067f18f87c1930b559b8714c27b 100644 |
--- a/build/config/allocator.gni |
+++ b/build/config/allocator.gni |
@@ -5,7 +5,8 @@ |
import("//build/config/sanitizers/sanitizers.gni") |
if (is_android || current_cpu == "mipsel" || is_mac || is_ios || is_asan || |
- is_lsan || is_tsan || is_msan || is_win || is_syzyasan) { |
+ is_lsan || is_tsan || is_msan || is_win || is_syzyasan || |
+ (is_linux && target_cpu == "arm64")) { |
Nico
2016/06/04 01:18:24
add a comment here saying this is temporary for li
apatole
2016/06/06 06:40:00
Done.
|
_default_allocator = "none" |
} else { |
_default_allocator = "tcmalloc" |