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

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

Issue 206017: Issue 172109: Enable scavenging in RenderThread::IdleHandler.... (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 | « chrome/renderer/render_thread.cc ('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 17 matching lines...) Expand all
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 34 /* Define to 1 if you prefer to defer decommitting pages
35 (on OSes which have ability) which could be performed offline 35 (on OSes which have ability) which could be performed offline
36 (either by background thread or in idle time.) 36 (either by background thread or in idle time.)
37 */ 37 */
38 #define DEFER_DECOMMIT 0 38 #define DEFER_DECOMMIT 1
39 39
40 /* Define to 1 if you have the <dlfcn.h> header file. */ 40 /* Define to 1 if you have the <dlfcn.h> header file. */
41 #define HAVE_DLFCN_H 1 41 #define HAVE_DLFCN_H 1
42 42
43 /* Define to 1 if the system has the type `Elf32_Versym'. */ 43 /* Define to 1 if the system has the type `Elf32_Versym'. */
44 #define HAVE_ELF32_VERSYM 1 44 #define HAVE_ELF32_VERSYM 1
45 45
46 /* Define to 1 if you have the <execinfo.h> header file. */ 46 /* Define to 1 if you have the <execinfo.h> header file. */
47 #define HAVE_EXECINFO_H 1 47 #define HAVE_EXECINFO_H 1
48 48
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 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. */
223 #ifndef __cplusplus 223 #ifndef __cplusplus
224 /* #undef inline */ 224 /* #undef inline */
225 #endif 225 #endif
226 226
227 227
228 #ifdef __MINGW32__ 228 #ifdef __MINGW32__
229 #include "windows/mingw.h" 229 #include "windows/mingw.h"
230 #endif 230 #endif
231 231
OLDNEW
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | third_party/tcmalloc/config_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698