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

Unified Diff: third_party/tcmalloc/config_linux.h

Issue 206017: Issue 172109: Enable scavenging in RenderThread::IdleHandler.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « chrome/renderer/render_thread.cc ('k') | third_party/tcmalloc/config_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/config_linux.h
===================================================================
--- third_party/tcmalloc/config_linux.h (revision 26229)
+++ third_party/tcmalloc/config_linux.h (working copy)
@@ -35,7 +35,7 @@
(on OSes which have ability) which could be performed offline
(either by background thread or in idle time.)
*/
-#define DEFER_DECOMMIT 0
+#define DEFER_DECOMMIT 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | third_party/tcmalloc/config_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698