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

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

Issue 187008: Landing for Anton Muhin's tcmalloc patch:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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
« no previous file with comments | « no previous file | 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 13 matching lines...) Expand all
24 #define HAVE_DECL_PVALLOC 1 24 #define HAVE_DECL_PVALLOC 1
25 25
26 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't. 26 /* Define to 1 if you have the declaration of `uname', and to 0 if you don't.
27 */ 27 */
28 #define HAVE_DECL_UNAME 1 28 #define HAVE_DECL_UNAME 1
29 29
30 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't. 30 /* Define to 1 if you have the declaration of `valloc', and to 0 if you don't.
31 */ 31 */
32 #define HAVE_DECL_VALLOC 1 32 #define HAVE_DECL_VALLOC 1
33 33
34 /* Define to 1 if you prefer to defer decommitting pages
35 (on OSes which have ability) which could be performed offline
36 (either by background thread or in idle time.)
37 */
38 #define DEFER_DECOMMIT 0
39
34 /* Define to 1 if you have the <dlfcn.h> header file. */ 40 /* Define to 1 if you have the <dlfcn.h> header file. */
35 #define HAVE_DLFCN_H 1 41 #define HAVE_DLFCN_H 1
36 42
37 /* Define to 1 if the system has the type `Elf32_Versym'. */ 43 /* Define to 1 if the system has the type `Elf32_Versym'. */
38 #define HAVE_ELF32_VERSYM 1 44 #define HAVE_ELF32_VERSYM 1
39 45
40 /* Define to 1 if you have the <execinfo.h> header file. */ 46 /* Define to 1 if you have the <execinfo.h> header file. */
41 #define HAVE_EXECINFO_H 1 47 #define HAVE_EXECINFO_H 1
42 48
43 /* Define to 1 if you have the <fcntl.h> header file. */ 49 /* Define to 1 if you have the <fcntl.h> header file. */
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 calls it, or to nothing if 'inline' is not supported under any name. */ 222 calls it, or to nothing if 'inline' is not supported under any name. */
217 #ifndef __cplusplus 223 #ifndef __cplusplus
218 /* #undef inline */ 224 /* #undef inline */
219 #endif 225 #endif
220 226
221 227
222 #ifdef __MINGW32__ 228 #ifdef __MINGW32__
223 #include "windows/mingw.h" 229 #include "windows/mingw.h"
224 #endif 230 #endif
225 231
OLDNEW
« no previous file with comments | « no previous file | third_party/tcmalloc/config_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698