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

Unified Diff: third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h.in

Issue 9316021: Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reuploading Created 8 years, 9 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
Index: third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h.in
diff --git a/third_party/tcmalloc/vendor/src/windows/google/tcmalloc.h.in b/third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h.in
similarity index 98%
rename from third_party/tcmalloc/vendor/src/windows/google/tcmalloc.h.in
rename to third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h.in
index 0b53e4e9eeb5ae9555c11441555e41f93775e45b..d09ec953622e0a9eb8e7c6cec2bd471bef97ea0c 100644
--- a/third_party/tcmalloc/vendor/src/windows/google/tcmalloc.h.in
+++ b/third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h.in
@@ -51,7 +51,7 @@
#define TC_VERSION_MAJOR @TC_VERSION_MAJOR@
#define TC_VERSION_MINOR @TC_VERSION_MINOR@
#define TC_VERSION_PATCH "@TC_VERSION_PATCH@"
-#define TC_VERSION_STRING "google-perftools @TC_VERSION_MAJOR@.@TC_VERSION_MINOR@@TC_VERSION_PATCH@"
+#define TC_VERSION_STRING "gperftools @TC_VERSION_MAJOR@.@TC_VERSION_MINOR@@TC_VERSION_PATCH@"
#include <stdlib.h> // for struct mallinfo, if it's defined

Powered by Google App Engine
This is Rietveld 408576698