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

Unified Diff: Source/config.h

Issue 345203007: Remove WTF_USE_SYSTEM_MALLOC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « no previous file | Source/wtf/FastMalloc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.h
diff --git a/Source/config.h b/Source/config.h
index 7b058fd72dd600fa2a4ebd40d2c1d5610a8aaca3..c414978fa5751107a8358980479bd076b52e08a0 100644
--- a/Source/config.h
+++ b/Source/config.h
@@ -99,14 +99,6 @@
#define WTF_USE_RUBBER_BANDING 1
#endif /* OS(MACOSX) */
-// On Mac, the system allocator is the real OS X system allocator.
-// On Android, the system allocator is the libc system allocator.
-// On other platforms, we've overriden the system allocator with tcmalloc.
-// PartitionAlloc seems to be faster than all of these, so on all platforms
-// we use it for a subset of performance sensitive Blink classes (tagged by
-// WTF_MAKE_FAST_ALLOCATED.
-#define WTF_USE_SYSTEM_MALLOC 0
-
#if OS(POSIX)
#define HAVE_SIGNAL_H 1
#define HAVE_SYS_TIME_H 1
« no previous file with comments | « no previous file | Source/wtf/FastMalloc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698