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

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

Issue 7050034: Merge google-perftools r109 (the current contents of third_party/tcmalloc/vendor) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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. 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 <cygwin/signal.h> header file. */
11 #undef HAVE_CYGWIN_SIGNAL_H
antonm 2011/06/02 13:37:35 ditto
Alexander Potapenko 2011/06/09 09:35:24 This file was merged with a config.h I got from ru
12
10 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. 13 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
11 */ 14 */
12 #define HAVE_DECL_CFREE 1 15 #define HAVE_DECL_CFREE 1
13 16
14 /* Define to 1 if you have the declaration of `memalign', and to 0 if you 17 /* Define to 1 if you have the declaration of `memalign', and to 0 if you
15 don't. */ 18 don't. */
16 #define HAVE_DECL_MEMALIGN 1 19 #define HAVE_DECL_MEMALIGN 1
17 20
18 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if 21 /* Define to 1 if you have the declaration of `posix_memalign', and to 0 if
19 you don't. */ 22 you don't. */
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 66
64 /* Define to 1 if you have the <libunwind.h> header file. */ 67 /* Define to 1 if you have the <libunwind.h> header file. */
65 /* #undef HAVE_LIBUNWIND_H */ 68 /* #undef HAVE_LIBUNWIND_H */
66 69
67 /* Define to 1 if you have the <linux/ptrace.h> header file. */ 70 /* Define to 1 if you have the <linux/ptrace.h> header file. */
68 #define HAVE_LINUX_PTRACE_H 1 71 #define HAVE_LINUX_PTRACE_H 1
69 72
70 /* Define to 1 if you have the <malloc.h> header file. */ 73 /* Define to 1 if you have the <malloc.h> header file. */
71 #define HAVE_MALLOC_H 1 74 #define HAVE_MALLOC_H 1
72 75
76 /* Define to 1 if you have the <malloc/malloc.h> header file. */
77 #undef HAVE_MALLOC_MALLOC_H
78
73 /* Define to 1 if you have the <memory.h> header file. */ 79 /* Define to 1 if you have the <memory.h> header file. */
74 #define HAVE_MEMORY_H 1 80 #define HAVE_MEMORY_H 1
75 81
76 /* Define to 1 if you have a working `mmap' system call. */ 82 /* Define to 1 if you have a working `mmap' system call. */
77 #define HAVE_MMAP 1 83 #define HAVE_MMAP 1
78 84
79 /* define if the compiler implements namespaces */ 85 /* define if the compiler implements namespaces */
80 #define HAVE_NAMESPACES 1 86 #define HAVE_NAMESPACES 1
81 87
82 /* Define to 1 if you have the <poll.h> header file. */ 88 /* Define to 1 if you have the <poll.h> header file. */
(...skipping 22 matching lines...) Expand all
105 111
106 /* Define to 1 if you have the <strings.h> header file. */ 112 /* Define to 1 if you have the <strings.h> header file. */
107 #define HAVE_STRINGS_H 1 113 #define HAVE_STRINGS_H 1
108 114
109 /* Define to 1 if you have the <string.h> header file. */ 115 /* Define to 1 if you have the <string.h> header file. */
110 #define HAVE_STRING_H 1 116 #define HAVE_STRING_H 1
111 117
112 /* Define to 1 if the system has the type `struct mallinfo'. */ 118 /* Define to 1 if the system has the type `struct mallinfo'. */
113 #define HAVE_STRUCT_MALLINFO 1 119 #define HAVE_STRUCT_MALLINFO 1
114 120
121 /* Define to 1 if you have the <sys/cdefs.h> header file. */
122 #define HAVE_SYS_CDEFS_H 1
123
124 /* Define to 1 if you have the <sys/malloc.h> header file. */
125 #undef HAVE_SYS_MALLOC_H
126
127 /* Define to 1 if you have the <sys/param.h> header file. */
128 #define HAVE_SYS_PARAM_H 1
129
115 /* Define to 1 if you have the <sys/prctl.h> header file. */ 130 /* Define to 1 if you have the <sys/prctl.h> header file. */
116 #define HAVE_SYS_PRCTL_H 1 131 #define HAVE_SYS_PRCTL_H 1
117 132
118 /* Define to 1 if you have the <sys/resource.h> header file. */ 133 /* Define to 1 if you have the <sys/resource.h> header file. */
119 #define HAVE_SYS_RESOURCE_H 1 134 #define HAVE_SYS_RESOURCE_H 1
120 135
121 /* Define to 1 if you have the <sys/socket.h> header file. */ 136 /* Define to 1 if you have the <sys/socket.h> header file. */
122 #define HAVE_SYS_SOCKET_H 1 137 #define HAVE_SYS_SOCKET_H 1
123 138
124 /* Define to 1 if you have the <sys/stat.h> header file. */ 139 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #define HAVE_SYS_STAT_H 1 140 #define HAVE_SYS_STAT_H 1
126 141
127 /* Define to 1 if you have the <sys/syscall.h> header file. */ 142 /* Define to 1 if you have the <sys/syscall.h> header file. */
128 #define HAVE_SYS_SYSCALL_H 1 143 #define HAVE_SYS_SYSCALL_H 1
129 144
145 /* Define to 1 if you have the <sys/time.h> header file. */
146 #define HAVE_SYS_TIME_H 1
147
130 /* Define to 1 if you have the <sys/types.h> header file. */ 148 /* Define to 1 if you have the <sys/types.h> header file. */
131 #define HAVE_SYS_TYPES_H 1 149 #define HAVE_SYS_TYPES_H 1
132 150
151 /* <sys/ucontext.h> is broken on redhat 7 */
152 #undef HAVE_SYS_UCONTEXT_H
153
133 /* Define to 1 if you have the <sys/wait.h> header file. */ 154 /* Define to 1 if you have the <sys/wait.h> header file. */
134 #define HAVE_SYS_WAIT_H 1 155 #define HAVE_SYS_WAIT_H 1
135 156
136 /* Define to 1 if compiler supports __thread */ 157 /* Define to 1 if compiler supports __thread */
137 #define HAVE_TLS 1 158 #define HAVE_TLS 1
138 159
139 /* <sys/ucontext.h> is broken on redhat 7 */ 160 /* <sys/ucontext.h> is broken on redhat 7 */
140 #define HAVE_UCONTEXT_H 1 161 #define HAVE_UCONTEXT_H 1
141 162
142 /* Define to 1 if you have the <unistd.h> header file. */ 163 /* Define to 1 if you have the <unistd.h> header file. */
143 #define HAVE_UNISTD_H 1 164 #define HAVE_UNISTD_H 1
144 165
145 /* Define to 1 if you have the <unwind.h> header file. */ 166 /* Define to 1 if you have the <unwind.h> header file. */
146 #define HAVE_UNWIND_H 1 167 #define HAVE_UNWIND_H 1
147 168
148 /* Define to 1 if you have the <valgrind.h> header file. */ 169 /* Define to 1 if you have the <valgrind.h> header file. */
149 #undef HAVE_VALGRIND_H 170 #undef HAVE_VALGRIND_H
150 171
151 /* define if your compiler has __attribute__ */ 172 /* define if your compiler has __attribute__ */
152 #define HAVE___ATTRIBUTE__ 1 173 #define HAVE___ATTRIBUTE__ 1
153 174
175 /* Define to 1 if compiler supports __environ */
176 #undef HAVE___ENVIRON
177
154 /* Define to 1 if the system has the type `__int64'. */ 178 /* Define to 1 if the system has the type `__int64'. */
155 /* #undef HAVE___INT64 */ 179 /* #undef HAVE___INT64 */
156 180
157 /* prefix where we look for installed files */ 181 /* prefix where we look for installed files */
158 #define INSTALL_PREFIX "/usr/local" 182 #define INSTALL_PREFIX "/usr/local"
159 183
160 /* Define to 1 if int32_t is equivalent to intptr_t */ 184 /* Define to 1 if int32_t is equivalent to intptr_t */
161 /* #undef INT32_EQUALS_INTPTR */ 185 /* #undef INT32_EQUALS_INTPTR */
162 186
187 /* Define to the sub-directory in which libtool stores uninstalled libraries.
188 */
189 #undef LT_OBJDIR
190
163 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 191 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
164 /* #undef NO_MINUS_C_MINUS_O */ 192 /* #undef NO_MINUS_C_MINUS_O */
165 193
166 /* Name of package */ 194 /* Name of package */
167 #define PACKAGE "google-perftools" 195 #define PACKAGE "google-perftools"
168 196
169 /* Define to the address where bug reports for this package should be sent. */ 197 /* Define to the address where bug reports for this package should be sent. */
170 #define PACKAGE_BUGREPORT "opensource@google.com" 198 #define PACKAGE_BUGREPORT "opensource@google.com"
171 199
172 /* Define to the full name of this package. */ 200 /* Define to the full name of this package. */
173 #define PACKAGE_NAME "google-perftools" 201 #define PACKAGE_NAME "google-perftools"
174 202
175 /* Define to the full name and version of this package. */ 203 /* Define to the full name and version of this package. */
176 #define PACKAGE_STRING "google-perftools 1.4" 204 #define PACKAGE_STRING "google-perftools 1.7"
177 205
178 /* Define to the one symbol short name of this package. */ 206 /* Define to the one symbol short name of this package. */
179 #define PACKAGE_TARNAME "google-perftools" 207 #define PACKAGE_TARNAME "google-perftools"
180 208
209 /* Define to the home page for this package. */
210 #undef PACKAGE_URL
211
181 /* Define to the version of this package. */ 212 /* Define to the version of this package. */
182 #define PACKAGE_VERSION "1.4" 213 #define PACKAGE_VERSION "1.7"
183 214
184 /* How to access the PC from a struct ucontext */ 215 /* How to access the PC from a struct ucontext */
185 #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP] 216 #define PC_FROM_UCONTEXT uc_mcontext.gregs[REG_RIP]
186 217
187 /* Always the empty-string on non-windows systems. On windows, should be 218 /* Always the empty-string on non-windows systems. On windows, should be
188 "__declspec(dllexport)". This way, when we compile the dll, we export our 219 "__declspec(dllexport)". This way, when we compile the dll, we export our
189 functions/classes. It's safe to define this here because config.h is only 220 functions/classes. It's safe to define this here because config.h is only
190 used internally, to compile the DLL, and every DLL source file #includes 221 used internally, to compile the DLL, and every DLL source file #includes
191 "config.h" before anything else. */ 222 "config.h" before anything else. */
192 #define PERFTOOLS_DLL_DECL 223 #define PERFTOOLS_DLL_DECL
(...skipping 11 matching lines...) Expand all
204 your system. */ 235 your system. */
205 /* #undef PTHREAD_CREATE_JOINABLE */ 236 /* #undef PTHREAD_CREATE_JOINABLE */
206 237
207 /* Define to 1 if you have the ANSI C header files. */ 238 /* Define to 1 if you have the ANSI C header files. */
208 #define STDC_HEADERS 1 239 #define STDC_HEADERS 1
209 240
210 /* the namespace where STL code like vector<> is defined */ 241 /* the namespace where STL code like vector<> is defined */
211 #define STL_NAMESPACE std 242 #define STL_NAMESPACE std
212 243
213 /* Version number of package */ 244 /* Version number of package */
214 #define VERSION "1.4" 245 #define VERSION "1.7"
215 246
216 /* C99 says: define this to get the PRI... macros from stdint.h */ 247 /* C99 says: define this to get the PRI... macros from stdint.h */
217 #ifndef __STDC_FORMAT_MACROS 248 #ifndef __STDC_FORMAT_MACROS
218 # define __STDC_FORMAT_MACROS 1 249 # define __STDC_FORMAT_MACROS 1
219 #endif 250 #endif
220 251
221 /* Define to `__inline__' or `__inline' if that's what the C compiler 252 /* Define to `__inline__' or `__inline' if that's what the C compiler
222 calls it, or to nothing if 'inline' is not supported under any name. */ 253 calls it, or to nothing if 'inline' is not supported under any name. */
223 #ifndef __cplusplus 254 #ifndef __cplusplus
224 /* #undef inline */ 255 /* #undef inline */
225 #endif 256 #endif
226 257
227 258
228 #ifdef __MINGW32__ 259 #ifdef __MINGW32__
229 #include "windows/mingw.h" 260 #include "windows/mingw.h"
230 #endif 261 #endif
231
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698