Index: third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h |
diff --git a/third_party/tcmalloc/vendor/src/windows/google/tcmalloc.h.in b/third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h |
similarity index 95% |
copy from third_party/tcmalloc/vendor/src/windows/google/tcmalloc.h.in |
copy to third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h |
index 0b53e4e9eeb5ae9555c11441555e41f93775e45b..db32c5366abc8d05723e1126526228552abecf7f 100644 |
--- a/third_party/tcmalloc/vendor/src/windows/google/tcmalloc.h.in |
+++ b/third_party/tcmalloc/vendor/src/windows/gperftools/tcmalloc.h |
@@ -48,10 +48,10 @@ |
#endif |
// Define the version number so folks can check against it |
-#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_MAJOR 2 |
+#define TC_VERSION_MINOR 0 |
+#define TC_VERSION_PATCH "" |
+#define TC_VERSION_STRING "gperftools 2.0" |
#include <stdlib.h> // for struct mallinfo, if it's defined |