Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9524)

Unified Diff: build/common.gypi

Issue 11266019: Use tcmalloc's debugallocation for Debug builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable by default Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/allocator/debugallocation_shim.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 4d62dca38daf14ca56a20922d4b69dc79cb9d2e0..7388b7e458ac3c498f5af8061a1bc884da2c6ad5 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -830,9 +830,6 @@
# Enable TCMalloc.
'linux_use_tcmalloc%': 1,
- # Disable TCMalloc's debugallocation.
- 'linux_use_debugallocation%': 0,
-
# Disable TCMalloc's heapchecker.
'linux_use_heapchecker%': 0,
« no previous file with comments | « base/allocator/debugallocation_shim.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698