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

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

Issue 9311003: Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebasec 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 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
195 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 198 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
196 #undef NO_MINUS_C_MINUS_O 199 #undef NO_MINUS_C_MINUS_O
197 200
198 /* Name of package */ 201 /* Name of package */
199 #undef PACKAGE 202 #undef PACKAGE
200 203
201 /* Define to the address where bug reports for this package should be sent. */ 204 /* Define to the address where bug reports for this package should be sent. */
202 #undef PACKAGE_BUGREPORT 205 #undef PACKAGE_BUGREPORT
203 206
204 /* Define to the full name of this package. */ 207 /* Define to the full name of this package. */
(...skipping 23 matching lines...) Expand all
228 231
229 /* printf format code for printing a size_t and ssize_t */ 232 /* printf format code for printing a size_t and ssize_t */
230 #undef PRIdS 233 #undef PRIdS
231 234
232 /* printf format code for printing a size_t and ssize_t */ 235 /* printf format code for printing a size_t and ssize_t */
233 #undef PRIuS 236 #undef PRIuS
234 237
235 /* printf format code for printing a size_t and ssize_t */ 238 /* printf format code for printing a size_t and ssize_t */
236 #undef PRIxS 239 #undef PRIxS
237 240
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
238 /* Define to necessary symbol if this constant uses a non-standard name on 247 /* Define to necessary symbol if this constant uses a non-standard name on
239 your system. */ 248 your system. */
240 #undef PTHREAD_CREATE_JOINABLE 249 #undef PTHREAD_CREATE_JOINABLE
241 250
242 /* Define to 1 if you have the ANSI C header files. */ 251 /* Define to 1 if you have the ANSI C header files. */
243 #undef STDC_HEADERS 252 #undef STDC_HEADERS
244 253
245 /* the namespace where STL code like vector<> is defined */ 254 /* the namespace where STL code like vector<> is defined */
246 #undef STL_NAMESPACE 255 #undef STL_NAMESPACE
247 256
248 /* Version number of package */ 257 /* Version number of package */
249 #undef VERSION 258 #undef VERSION
250 259
251 /* C99 says: define this to get the PRI... macros from stdint.h */ 260 /* C99 says: define this to get the PRI... macros from stdint.h */
252 #ifndef __STDC_FORMAT_MACROS 261 #ifndef __STDC_FORMAT_MACROS
253 # define __STDC_FORMAT_MACROS 1 262 # define __STDC_FORMAT_MACROS 1
254 #endif 263 #endif
255 264
256 /* Define to `__inline__' or `__inline' if that's what the C compiler 265 /* Define to `__inline__' or `__inline' if that's what the C compiler
257 calls it, or to nothing if 'inline' is not supported under any name. */ 266 calls it, or to nothing if 'inline' is not supported under any name. */
258 #ifndef __cplusplus 267 #ifndef __cplusplus
259 #undef inline 268 #undef inline
260 #endif 269 #endif
261 270
262 271
263 #ifdef __MINGW32__ 272 #ifdef __MINGW32__
264 #include "windows/mingw.h" 273 #include "windows/mingw.h"
265 #endif 274 #endif
266 275
267 #endif /* #ifndef GOOGLE_PERFTOOLS_CONFIG_H_ */ 276 #endif /* #ifndef GPERFTOOLS_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