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

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

Issue 257009: Rollback Scavenge implemetation and rely on existing functionality to free... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 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 1
39
40 /* Define to 1 if you have the <dlfcn.h> header file. */ 34 /* Define to 1 if you have the <dlfcn.h> header file. */
41 #define HAVE_DLFCN_H 1 35 #define HAVE_DLFCN_H 1
42 36
43 /* Define to 1 if the system has the type `Elf32_Versym'. */ 37 /* Define to 1 if the system has the type `Elf32_Versym'. */
44 #define HAVE_ELF32_VERSYM 1 38 #define HAVE_ELF32_VERSYM 1
45 39
46 /* Define to 1 if you have the <execinfo.h> header file. */ 40 /* Define to 1 if you have the <execinfo.h> header file. */
47 #define HAVE_EXECINFO_H 1 41 #define HAVE_EXECINFO_H 1
48 42
49 /* Define to 1 if you have the <fcntl.h> header file. */ 43 /* Define to 1 if you have the <fcntl.h> header file. */
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 calls it, or to nothing if 'inline' is not supported under any name. */ 216 calls it, or to nothing if 'inline' is not supported under any name. */
223 #ifndef __cplusplus 217 #ifndef __cplusplus
224 /* #undef inline */ 218 /* #undef inline */
225 #endif 219 #endif
226 220
227 221
228 #ifdef __MINGW32__ 222 #ifdef __MINGW32__
229 #include "windows/mingw.h" 223 #include "windows/mingw.h"
230 #endif 224 #endif
231 225
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