|
6 | 6 | #define GPERFTOOLS_CONFIG_H_ |
7 | 7 |
|
8 | 8 |
|
| 9 | +/* enable aggressive decommit by default */ |
| 10 | +/* #undef ENABLE_AGGRESSIVE_DECOMMIT_BY_DEFAULT */ |
| 11 | + |
9 | 12 | /* Build new/delete operators for overaligned types */ |
10 | 13 | #define ENABLE_ALIGNED_NEW_DELETE 1 |
11 | 14 |
|
|
18 | 21 | /* Build sized deletion operators */ |
19 | 22 | #define ENABLE_SIZED_DELETE 1 |
20 | 23 |
|
| 24 | +/* Define to 1 if you have the <asm/ptrace.h> header file. */ |
| 25 | +/* #undef HAVE_ASM_PTRACE_H */ |
| 26 | + |
21 | 27 | /* Define to 1 if compiler supports __builtin_stack_pointer */ |
22 | 28 | /* #undef HAVE_BUILTIN_STACK_POINTER */ |
23 | 29 |
|
|
36 | 42 |
|
37 | 43 | /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't. |
38 | 44 | */ |
39 | | -#define HAVE_DECL_CFREE 1 |
| 45 | +#define HAVE_DECL_CFREE 0 |
40 | 46 |
|
41 | 47 | /* Define to 1 if you have the declaration of `memalign', and to 0 if you |
42 | 48 | don't. */ |
|
87 | 93 | /* Define to 1 if you have the `geteuid' function. */ |
88 | 94 | #define HAVE_GETEUID 1 |
89 | 95 |
|
90 | | -/* Define to 1 if you have the `getpagesize' function. */ |
91 | | -#define HAVE_GETPAGESIZE 1 |
92 | | - |
93 | 96 | /* Define to 1 if you have the <glob.h> header file. */ |
94 | 97 | #define HAVE_GLOB_H 1 |
95 | 98 |
|
|
160 | 163 | /* Define to 1 if you have the <sys/cdefs.h> header file. */ |
161 | 164 | #define HAVE_SYS_CDEFS_H 1 |
162 | 165 |
|
163 | | -/* Define to 1 if you have the <sys/param.h> header file. */ |
164 | | -#define HAVE_SYS_PARAM_H 1 |
165 | | - |
166 | 166 | /* Define to 1 if you have the <sys/prctl.h> header file. */ |
167 | 167 | #define HAVE_SYS_PRCTL_H 1 |
168 | 168 |
|
|
239 | 239 | #define PACKAGE_NAME "gperftools" |
240 | 240 |
|
241 | 241 | /* Define to the full name and version of this package. */ |
242 | | -#define PACKAGE_STRING "gperftools 2.7" |
| 242 | +#define PACKAGE_STRING "gperftools 2.8" |
243 | 243 |
|
244 | 244 | /* Define to the one symbol short name of this package. */ |
245 | 245 | #define PACKAGE_TARNAME "gperftools" |
|
248 | 248 | #define PACKAGE_URL "" |
249 | 249 |
|
250 | 250 | /* Define to the version of this package. */ |
251 | | -#define PACKAGE_VERSION "2.7" |
| 251 | +#define PACKAGE_VERSION "2.8" |
252 | 252 |
|
253 | 253 | /* How to access the PC from a struct ucontext */ |
254 | 254 | /* #undef PC_FROM_UCONTEXT */ |
|
285 | 285 | /* the namespace where STL code like vector<> is defined */ |
286 | 286 | #define STL_NAMESPACE std |
287 | 287 |
|
288 | | -/* Define 32K of internal pages size for tcmalloc */ |
289 | | -/* #undef TCMALLOC_32K_PAGES */ |
290 | | - |
291 | | -/* Define 64K of internal pages size for tcmalloc */ |
292 | | -/* #undef TCMALLOC_64K_PAGES */ |
293 | | - |
294 | 288 | /* Define 8 bytes of allocation alignment for tcmalloc */ |
295 | 289 | /* #undef TCMALLOC_ALIGN_8BYTES */ |
296 | 290 |
|
| 291 | +/* Define internal page size for tcmalloc as number of left bitshift */ |
| 292 | +/* #undef TCMALLOC_PAGE_SIZE_SHIFT */ |
| 293 | + |
297 | 294 | /* Version number of package */ |
298 | | -#define VERSION "2.7" |
| 295 | +#define VERSION "2.8" |
299 | 296 |
|
300 | 297 | /* C99 says: define this to get the PRI... macros from stdint.h */ |
301 | 298 | #ifndef __STDC_FORMAT_MACROS |
|
0 commit comments