diff options
Diffstat (limited to 'third_party/tcmalloc/config_linux.h')
-rw-r--r-- | third_party/tcmalloc/config_linux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/tcmalloc/config_linux.h b/third_party/tcmalloc/config_linux.h index b359ed5..af12784 100644 --- a/third_party/tcmalloc/config_linux.h +++ b/third_party/tcmalloc/config_linux.h @@ -31,6 +31,12 @@ */ #define HAVE_DECL_VALLOC 1 +/* 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. */ #define HAVE_DLFCN_H 1 |