summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/config_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tcmalloc/config_win.h')
-rw-r--r--third_party/tcmalloc/config_win.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/tcmalloc/config_win.h b/third_party/tcmalloc/config_win.h
index 9f4efa8..51c73c5 100644
--- a/third_party/tcmalloc/config_win.h
+++ b/third_party/tcmalloc/config_win.h
@@ -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