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

Unified Diff: third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.h

Issue 1609943003: Make platform/heap to use USING_FAST_MALLOC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.h
diff --git a/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.h b/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.h
index 8e9454ea220c1bef6da2700efac530957ca9b173..cdf14c6d0902c06ddc956ee663da196351114dfc 100644
--- a/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.h
+++ b/third_party/WebKit/Source/platform/heap/BlinkGCInterruptor.h
@@ -6,6 +6,7 @@
#define BlinkGCInterruptor_h
#include "platform/PlatformExport.h"
+#include "wtf/Allocator.h"
namespace blink {
@@ -17,6 +18,7 @@ namespace blink {
// to temporarily interrupt and pause this long running loop at
// an arbitrary moment creating a safepoint for a GC.
class PLATFORM_EXPORT BlinkGCInterruptor {
+ USING_FAST_MALLOC(BlinkGCInterruptor);
public:
virtual ~BlinkGCInterruptor() { }

Powered by Google App Engine
This is Rietveld 408576698