summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/config_linux.h
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 20:10:38 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-02 20:10:38 +0000
commitae151055e77d7679c2d135cff3a2605332e335b3 (patch)
tree688d1c1899e8da334a646e3aa91f7b96bd2f0b3a /third_party/tcmalloc/config_linux.h
parent5a0635eda519261a46f8c7a9605c51137f8050e2 (diff)
downloadchromium_src-ae151055e77d7679c2d135cff3a2605332e335b3.zip
chromium_src-ae151055e77d7679c2d135cff3a2605332e335b3.tar.gz
chromium_src-ae151055e77d7679c2d135cff3a2605332e335b3.tar.bz2
Upgrade google-perftools to revision 77
This brings several bugfixes needed for turning on the heap leak checker inside tcmalloc. Unforked malloc_hook.cc for Linux This patch was prepared by Alexander Potapenko (cc'ed) and originally reviewed as http://codereview.chromium.org/339065 Review URL: http://codereview.chromium.org/340065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/config_linux.h')
-rw-r--r--third_party/tcmalloc/config_linux.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/third_party/tcmalloc/config_linux.h b/third_party/tcmalloc/config_linux.h
index b359ed5..398f303 100644
--- a/third_party/tcmalloc/config_linux.h
+++ b/third_party/tcmalloc/config_linux.h
@@ -79,6 +79,9 @@
/* define if the compiler implements namespaces */
#define HAVE_NAMESPACES 1
+/* Define to 1 if you have the <poll.h> header file. */
+#define HAVE_POLL_H 1
+
/* define if libc has program_invocation_name */
#define HAVE_PROGRAM_INVOCATION_NAME 1
@@ -167,13 +170,13 @@
#define PACKAGE_NAME "google-perftools"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "google-perftools 1.3"
+#define PACKAGE_STRING "google-perftools 1.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "google-perftools"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3"
+#define PACKAGE_VERSION "1.4"
/* How to access the PC from a struct ucontext */
#define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
@@ -205,7 +208,7 @@
#define STL_NAMESPACE std
/* Version number of package */
-#define VERSION "1.3"
+#define VERSION "1.4"
/* C99 says: define this to get the PRI... macros from stdint.h */
#ifndef __STDC_FORMAT_MACROS