diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 09:41:22 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 09:41:22 +0000 |
commit | d8b6060f045d93d6b0cfb6a0d8e80fc100df1749 (patch) | |
tree | ccf6ca28eae682fab54492718bb303a9aebfc95a /base/leak_annotations.h | |
parent | 1fa0c358faf8fef373aca6d30b97c2879539fe9a (diff) | |
download | chromium_src-d8b6060f045d93d6b0cfb6a0d8e80fc100df1749.zip chromium_src-d8b6060f045d93d6b0cfb6a0d8e80fc100df1749.tar.gz chromium_src-d8b6060f045d93d6b0cfb6a0d8e80fc100df1749.tar.bz2 |
Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heap
lleak checker on and off.
Review URL: http://codereview.chromium.org/1334002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/leak_annotations.h')
-rw-r--r-- | base/leak_annotations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/leak_annotations.h b/base/leak_annotations.h index 8b5c2ad..a402acf 100644 --- a/base/leak_annotations.h +++ b/base/leak_annotations.h @@ -7,7 +7,7 @@ #include "build/build_config.h" -#if defined(OS_LINUX) && defined(USE_TCMALLOC) +#if defined(OS_LINUX) && defined(USE_HEAPCHECKER) #include "third_party/tcmalloc/chromium/src/google/heap-checker.h" |