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

Unified Diff: third_party/tcmalloc/config_win.h

Issue 187008: Landing for Anton Muhin's tcmalloc patch:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/tcmalloc/config_linux.h ('k') | third_party/tcmalloc/page_heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/tcmalloc/config_linux.h ('k') | third_party/tcmalloc/page_heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698