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

Unified Diff: third_party/tcmalloc/config.h

Issue 339065: Upgrade to google-perftools revision 77.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 2 months 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 | « DEPS ('k') | third_party/tcmalloc/config_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/config.h
===================================================================
--- third_party/tcmalloc/config.h (revision 30567)
+++ third_party/tcmalloc/config.h (working copy)
@@ -6,6 +6,11 @@
#include "build/build_config.h"
+#define TC_VERSION_MAJOR 1
+#define TC_VERSION_MINOR 4
+#define TC_VERSION_PATCH ""
+#define TC_VERSION_STRING "google-perftools 1.4"
+
#if defined(OS_WIN)
#include "third_party/tcmalloc/config_win.h"
#elif defined(OS_LINUX)
« no previous file with comments | « DEPS ('k') | third_party/tcmalloc/config_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698