A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug builds

to catch memory problems early, easily, and cleanly.

Because of gyp limitations, this can't be now controlled
by a flag.

BUG=30715
TEST=none

Review URL: https://codereview.chromium.org/11266019

TBR=phajdan.jr@chromium.org
Review URL: https://codereview.chromium.org/11360002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@165096 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
hbono@chromium.org 2012-10-31 03:30:48 +00:00
Родитель 61a35df4b0
Коммит 6da6699c45
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -792,6 +792,9 @@
# Enable TCMalloc. # Enable TCMalloc.
'linux_use_tcmalloc%': 1, 'linux_use_tcmalloc%': 1,
# Disable TCMalloc's debugallocation.
'linux_use_debugallocation%': 0,
# Disable TCMalloc's heapchecker. # Disable TCMalloc's heapchecker.
'linux_use_heapchecker%': 0, 'linux_use_heapchecker%': 0,