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

Unified Diff: third_party/tcmalloc/config_win.h

Issue 340065: Upgrade google-perftools to revision 77... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « third_party/tcmalloc/config_linux.h ('k') | third_party/tcmalloc/malloc_hook.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/config_win.h
===================================================================
--- third_party/tcmalloc/config_win.h (revision 30731)
+++ third_party/tcmalloc/config_win.h (working copy)
@@ -261,6 +261,9 @@
# define _WIN32_WINNT 0x0400
#endif
+// We want to make sure not to ever try to #include heap-checker.h
+#define NO_HEAP_CHECK 1
+
// TODO(csilvers): include windows/port.h in every relevant source file instead?
#include "windows/port.h"
« no previous file with comments | « third_party/tcmalloc/config_linux.h ('k') | third_party/tcmalloc/malloc_hook.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698