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

Side by Side Diff: third_party/tcmalloc/chromium/src/config.h.in

Issue 9667026: Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* src/config.h.in. Generated from configure.ac by autoheader. */ 1 /* src/config.h.in. Generated from configure.ac by autoheader. */
2 2
3 3
4 #ifndef GPERFTOOLS_CONFIG_H_ 4 #ifndef GOOGLE_PERFTOOLS_CONFIG_H_
5 #define GPERFTOOLS_CONFIG_H_ 5 #define GOOGLE_PERFTOOLS_CONFIG_H_
6 6
7 7
8 /* Define to 1 if compiler supports __builtin_stack_pointer */ 8 /* Define to 1 if compiler supports __builtin_stack_pointer */
9 #undef HAVE_BUILTIN_STACK_POINTER 9 #undef HAVE_BUILTIN_STACK_POINTER
10 10
11 /* Define to 1 if you have the <conflict-signal.h> header file. */ 11 /* Define to 1 if you have the <conflict-signal.h> header file. */
12 #undef HAVE_CONFLICT_SIGNAL_H 12 #undef HAVE_CONFLICT_SIGNAL_H
13 13
14 /* Define to 1 if you have the <cygwin/signal.h> header file. */ 14 /* Define to 1 if you have the <cygwin/signal.h> header file. */
15 #undef HAVE_CYGWIN_SIGNAL_H 15 #undef HAVE_CYGWIN_SIGNAL_H
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 /* prefix where we look for installed files */ 185 /* prefix where we look for installed files */
186 #undef INSTALL_PREFIX 186 #undef INSTALL_PREFIX
187 187
188 /* Define to 1 if int32_t is equivalent to intptr_t */ 188 /* Define to 1 if int32_t is equivalent to intptr_t */
189 #undef INT32_EQUALS_INTPTR 189 #undef INT32_EQUALS_INTPTR
190 190
191 /* Define to the sub-directory in which libtool stores uninstalled libraries. 191 /* Define to the sub-directory in which libtool stores uninstalled libraries.
192 */ 192 */
193 #undef LT_OBJDIR 193 #undef LT_OBJDIR
194 194
195 /* Define to 'volatile' if __malloc_hook is declared volatile */
196 #undef MALLOC_HOOK_MAYBE_VOLATILE
197
198 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 195 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
199 #undef NO_MINUS_C_MINUS_O 196 #undef NO_MINUS_C_MINUS_O
200 197
201 /* Name of package */ 198 /* Name of package */
202 #undef PACKAGE 199 #undef PACKAGE
203 200
204 /* Define to the address where bug reports for this package should be sent. */ 201 /* Define to the address where bug reports for this package should be sent. */
205 #undef PACKAGE_BUGREPORT 202 #undef PACKAGE_BUGREPORT
206 203
207 /* Define to the full name of this package. */ 204 /* Define to the full name of this package. */
(...skipping 23 matching lines...) Expand all
231 228
232 /* printf format code for printing a size_t and ssize_t */ 229 /* printf format code for printing a size_t and ssize_t */
233 #undef PRIdS 230 #undef PRIdS
234 231
235 /* printf format code for printing a size_t and ssize_t */ 232 /* printf format code for printing a size_t and ssize_t */
236 #undef PRIuS 233 #undef PRIuS
237 234
238 /* printf format code for printing a size_t and ssize_t */ 235 /* printf format code for printing a size_t and ssize_t */
239 #undef PRIxS 236 #undef PRIxS
240 237
241 /* Mark the systems where we know it's bad if pthreads runs too
242 early before main (before threads are initialized, presumably). */
243 #ifdef __FreeBSD__
244 #define PTHREADS_CRASHES_IF_RUN_TOO_EARLY 1
245 #endif
246
247 /* Define to necessary symbol if this constant uses a non-standard name on 238 /* Define to necessary symbol if this constant uses a non-standard name on
248 your system. */ 239 your system. */
249 #undef PTHREAD_CREATE_JOINABLE 240 #undef PTHREAD_CREATE_JOINABLE
250 241
251 /* Define to 1 if you have the ANSI C header files. */ 242 /* Define to 1 if you have the ANSI C header files. */
252 #undef STDC_HEADERS 243 #undef STDC_HEADERS
253 244
254 /* the namespace where STL code like vector<> is defined */ 245 /* the namespace where STL code like vector<> is defined */
255 #undef STL_NAMESPACE 246 #undef STL_NAMESPACE
256 247
257 /* Version number of package */ 248 /* Version number of package */
258 #undef VERSION 249 #undef VERSION
259 250
260 /* C99 says: define this to get the PRI... macros from stdint.h */ 251 /* C99 says: define this to get the PRI... macros from stdint.h */
261 #ifndef __STDC_FORMAT_MACROS 252 #ifndef __STDC_FORMAT_MACROS
262 # define __STDC_FORMAT_MACROS 1 253 # define __STDC_FORMAT_MACROS 1
263 #endif 254 #endif
264 255
265 /* Define to `__inline__' or `__inline' if that's what the C compiler 256 /* Define to `__inline__' or `__inline' if that's what the C compiler
266 calls it, or to nothing if 'inline' is not supported under any name. */ 257 calls it, or to nothing if 'inline' is not supported under any name. */
267 #ifndef __cplusplus 258 #ifndef __cplusplus
268 #undef inline 259 #undef inline
269 #endif 260 #endif
270 261
271 262
272 #ifdef __MINGW32__ 263 #ifdef __MINGW32__
273 #include "windows/mingw.h" 264 #include "windows/mingw.h"
274 #endif 265 #endif
275 266
276 #endif /* #ifndef GPERFTOOLS_CONFIG_H_ */ 267 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */
277
OLDNEW
« no previous file with comments | « third_party/tcmalloc/chromium/src/config.h ('k') | third_party/tcmalloc/chromium/src/debugallocation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698