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

Unified Diff: third_party/tcmalloc/config_win.h

Issue 257009: Rollback Scavenge implemetation and rely on existing functionality to free... (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 | « third_party/tcmalloc/config_linux.h ('k') | third_party/tcmalloc/google/malloc_extension.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 27611)
+++ third_party/tcmalloc/config_win.h (working copy)
@@ -61,12 +61,6 @@
*/
#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 1
-
/* 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/google/malloc_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698