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

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

Issue 9316021: Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reuploading 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 GOOGLE_PERFTOOLS_CONFIG_H_ 4 #ifndef GPERFTOOLS_CONFIG_H_
5 #define GOOGLE_PERFTOOLS_CONFIG_H_ 5 #define GPERFTOOLS_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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 calls it, or to nothing if 'inline' is not supported under any name. */ 263 calls it, or to nothing if 'inline' is not supported under any name. */
264 #ifndef __cplusplus 264 #ifndef __cplusplus
265 #undef inline 265 #undef inline
266 #endif 266 #endif
267 267
268 268
269 #ifdef __MINGW32__ 269 #ifdef __MINGW32__
270 #include "windows/mingw.h" 270 #include "windows/mingw.h"
271 #endif 271 #endif
272 272
273 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ 273 #endif /* #ifndef GPERFTOOLS_CONFIG_H_ */
274 274
OLDNEW
« no previous file with comments | « third_party/tcmalloc/vendor/src/common.cc ('k') | third_party/tcmalloc/vendor/src/debugallocation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698