From 2c55605be6272ecca5a8131fee4bca8e92e55106 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Thu, 12 Nov 2009 05:58:58 +0000 Subject: Revert 31765 - Experiment: enable TCMalloc on Linux by default. Will revert after looking at the Linux memory bot and perf cycler. TBR=willchan Review URL: http://codereview.chromium.org/386016 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/384074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31769 0039d316-1c4b-4281-b951-d872f2087c98 --- base/leak_annotations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/leak_annotations.h') diff --git a/base/leak_annotations.h b/base/leak_annotations.h index 7e652a5..aa57dff 100644 --- a/base/leak_annotations.h +++ b/base/leak_annotations.h @@ -5,7 +5,7 @@ #ifndef BASE_LEAK_ANNOTATIONS_H_ #define BASE_LEAK_ANNOTATIONS_H_ -#if defined(LINUX_USE_TCMALLOC) +#if defined(LINUX_USE_TCMALLOC) && defined(LINUX_USE_HEAPCHECKER) #include "third_party/tcmalloc/heap-checker.h" -- cgit v1.1