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 |