| Index: third_party/tcmalloc/config_win.h
|
| ===================================================================
|
| --- third_party/tcmalloc/config_win.h (revision 25133)
|
| +++ third_party/tcmalloc/config_win.h (working copy)
|
| @@ -61,6 +61,12 @@
|
| */
|
| #undef HAVE_DECL_VALLOC
|
|
|
| +/* Define to 1 if you prefer to defer decommitting pages
|
| + (on OSes which have ability) which could be performed offline
|
| + (either by background thread or in idle time.)
|
| + */
|
| +#define DEFER_DECOMMIT 0
|
| +
|
| /* Define to 1 if you have the <dlfcn.h> header file. */
|
| #undef HAVE_DLFCN_H
|
|
|
|
|