Title: [141955] trunk/Source/WTF
Revision
141955
Author
[email protected]
Date
2013-02-05 18:04:59 -0800 (Tue, 05 Feb 2013)

Log Message

2013-02-05  Oliver Hunt  <[email protected]>

        Disable TCMalloc hardening as it's breaking leaks.

        Reviewed by Gavin Barraclough.

        * wtf/FastMalloc.cpp:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (141954 => 141955)


--- trunk/Source/WTF/ChangeLog	2013-02-06 01:42:08 UTC (rev 141954)
+++ trunk/Source/WTF/ChangeLog	2013-02-06 02:04:59 UTC (rev 141955)
@@ -1,3 +1,11 @@
+2013-02-05  Oliver Hunt  <[email protected]>
+
+        Disable TCMalloc hardening as it's breaking leaks.
+
+        Reviewed by Gavin Barraclough.
+
+        * wtf/FastMalloc.cpp:
+
 2013-02-05  Mark Lam  <[email protected]>
 
         Rename ENUM_CLASS_BEGIN() macro to ENUM_CLASS(), and make DatabaseType a strong enum.

Modified: trunk/Source/WTF/wtf/FastMalloc.cpp (141954 => 141955)


--- trunk/Source/WTF/wtf/FastMalloc.cpp	2013-02-06 01:42:08 UTC (rev 141954)
+++ trunk/Source/WTF/wtf/FastMalloc.cpp	2013-02-06 02:04:59 UTC (rev 141955)
@@ -102,7 +102,7 @@
 
 // Harden the pointers stored in the TCMalloc linked lists
 #if COMPILER(GCC)
-#define ENABLE_TCMALLOC_HARDENING 1
+#define ENABLE_TCMALLOC_HARDENING 0
 #endif
 
 // Use a background thread to periodically scavenge memory to release back to the system
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to