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

Side by Side Diff: third_party/tcmalloc/config_linux.h

Issue 339065: Upgrade to google-perftools revision 77.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/tcmalloc/config.h ('k') | third_party/tcmalloc/config_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* src/config.h. Generated from config.h.in by configure. */ 1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */ 2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 3
4 /* Define to 1 if compiler supports __builtin_stack_pointer */ 4 /* Define to 1 if compiler supports __builtin_stack_pointer */
5 /* #undef HAVE_BUILTIN_STACK_POINTER */ 5 /* #undef HAVE_BUILTIN_STACK_POINTER */
6 6
7 /* Define to 1 if you have the <conflict-signal.h> header file. */ 7 /* Define to 1 if you have the <conflict-signal.h> header file. */
8 /* #undef HAVE_CONFLICT_SIGNAL_H */ 8 /* #undef HAVE_CONFLICT_SIGNAL_H */
9 9
10 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 10 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 72
73 /* Define to 1 if you have the <memory.h> header file. */ 73 /* Define to 1 if you have the <memory.h> header file. */
74 #define HAVE_MEMORY_H 1 74 #define HAVE_MEMORY_H 1
75 75
76 /* Define to 1 if you have a working `mmap' system call. */ 76 /* Define to 1 if you have a working `mmap' system call. */
77 #define HAVE_MMAP 1 77 #define HAVE_MMAP 1
78 78
79 /* define if the compiler implements namespaces */ 79 /* define if the compiler implements namespaces */
80 #define HAVE_NAMESPACES 1 80 #define HAVE_NAMESPACES 1
81 81
82 /* Define to 1 if you have the <poll.h> header file. */
83 #define HAVE_POLL_H 1
84
82 /* define if libc has program_invocation_name */ 85 /* define if libc has program_invocation_name */
83 #define HAVE_PROGRAM_INVOCATION_NAME 1 86 #define HAVE_PROGRAM_INVOCATION_NAME 1
84 87
85 /* Define if you have POSIX threads libraries and header files. */ 88 /* Define if you have POSIX threads libraries and header files. */
86 #define HAVE_PTHREAD 1 89 #define HAVE_PTHREAD 1
87 90
88 /* Define to 1 if you have the <pwd.h> header file. */ 91 /* Define to 1 if you have the <pwd.h> header file. */
89 #define HAVE_PWD_H 1 92 #define HAVE_PWD_H 1
90 93
91 /* Define to 1 if you have the `sbrk' function. */ 94 /* Define to 1 if you have the `sbrk' function. */
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 /* Name of package */ 163 /* Name of package */
161 #define PACKAGE "google-perftools" 164 #define PACKAGE "google-perftools"
162 165
163 /* Define to the address where bug reports for this package should be sent. */ 166 /* Define to the address where bug reports for this package should be sent. */
164 #define PACKAGE_BUGREPORT "opensource@google.com" 167 #define PACKAGE_BUGREPORT "opensource@google.com"
165 168
166 /* Define to the full name of this package. */ 169 /* Define to the full name of this package. */
167 #define PACKAGE_NAME "google-perftools" 170 #define PACKAGE_NAME "google-perftools"
168 171
169 /* Define to the full name and version of this package. */ 172 /* Define to the full name and version of this package. */
170 #define PACKAGE_STRING "google-perftools 1.3" 173 #define PACKAGE_STRING "google-perftools 1.4"
171 174
172 /* Define to the one symbol short name of this package. */ 175 /* Define to the one symbol short name of this package. */
173 #define PACKAGE_TARNAME "google-perftools" 176 #define PACKAGE_TARNAME "google-perftools"
174 177
175 /* Define to the version of this package. */ 178 /* Define to the version of this package. */
176 #define PACKAGE_VERSION "1.3" 179 #define PACKAGE_VERSION "1.4"
177 180
178 /* How to access the PC from a struct ucontext */ 181 /* How to access the PC from a struct ucontext */
179 #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP] 182 #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
180 183
181 /* Always the empty-string on non-windows systems. On windows, should be 184 /* Always the empty-string on non-windows systems. On windows, should be
182 "__declspec(dllexport)". This way, when we compile the dll, we export our 185 "__declspec(dllexport)". This way, when we compile the dll, we export our
183 functions/classes. It's safe to define this here because config.h is only 186 functions/classes. It's safe to define this here because config.h is only
184 used internally, to compile the DLL, and every DLL source file #includes 187 used internally, to compile the DLL, and every DLL source file #includes
185 "config.h" before anything else. */ 188 "config.h" before anything else. */
186 #define PERFTOOLS_DLL_DECL 189 #define PERFTOOLS_DLL_DECL
(...skipping 11 matching lines...) Expand all
198 your system. */ 201 your system. */
199 /* #undef PTHREAD_CREATE_JOINABLE */ 202 /* #undef PTHREAD_CREATE_JOINABLE */
200 203
201 /* Define to 1 if you have the ANSI C header files. */ 204 /* Define to 1 if you have the ANSI C header files. */
202 #define STDC_HEADERS 1 205 #define STDC_HEADERS 1
203 206
204 /* the namespace where STL code like vector<> is defined */ 207 /* the namespace where STL code like vector<> is defined */
205 #define STL_NAMESPACE std 208 #define STL_NAMESPACE std
206 209
207 /* Version number of package */ 210 /* Version number of package */
208 #define VERSION "1.3" 211 #define VERSION "1.4"
209 212
210 /* C99 says: define this to get the PRI... macros from stdint.h */ 213 /* C99 says: define this to get the PRI... macros from stdint.h */
211 #ifndef __STDC_FORMAT_MACROS 214 #ifndef __STDC_FORMAT_MACROS
212 # define __STDC_FORMAT_MACROS 1 215 # define __STDC_FORMAT_MACROS 1
213 #endif 216 #endif
214 217
215 /* Define to `__inline__' or `__inline' if that's what the C compiler 218 /* Define to `__inline__' or `__inline' if that's what the C compiler
216 calls it, or to nothing if 'inline' is not supported under any name. */ 219 calls it, or to nothing if 'inline' is not supported under any name. */
217 #ifndef __cplusplus 220 #ifndef __cplusplus
218 /* #undef inline */ 221 /* #undef inline */
219 #endif 222 #endif
220 223
221 224
222 #ifdef __MINGW32__ 225 #ifdef __MINGW32__
223 #include "windows/mingw.h" 226 #include "windows/mingw.h"
224 #endif 227 #endif
225 228
OLDNEW
« no previous file with comments | « third_party/tcmalloc/config.h ('k') | third_party/tcmalloc/config_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698