[webkit-changes] [WebKit/WebKit] c923b3: Add heap identifier macros to WebCore/animation
Ryan Reno
noreply at github.com
Tue Aug 22 16:24:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c923b30f31f9fce0f1e9d235f06106e5717fbe70
https://github.com/WebKit/WebKit/commit/c923b30f31f9fce0f1e9d235f06106e5717fbe70
Author: Ryan Reno <rreno at apple.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M Source/WebCore/animation/AcceleratedTimeline.cpp
M Source/WebCore/animation/AcceleratedTimeline.h
M Source/WebCore/animation/CSSPropertyAnimation.cpp
M Source/WebCore/animation/DocumentTimelinesController.cpp
M Source/WebCore/animation/DocumentTimelinesController.h
M Source/WebCore/animation/ElementAnimationRareData.cpp
M Source/WebCore/animation/ElementAnimationRareData.h
M Source/WebCore/animation/FrameRateAligner.cpp
M Source/WebCore/animation/FrameRateAligner.h
M Source/WebCore/animation/KeyframeEffectStack.cpp
M Source/WebCore/animation/KeyframeEffectStack.h
Log Message:
-----------
Add heap identifier macros to WebCore/animation
https://bugs.webkit.org/show_bug.cgi?id=260547
rdar://114281522
Reviewed by Brent Fulgham.
Replace WTF_MAKE_FAST_ALLOCATED with
WTF_MAKE_FAST_ALLOCATED_WITH_HEAP_IDENTIFIER for more fine-grained
diagnostics when building with MallocHeapBreakdown enabled.
* Source/WebCore/animation/AcceleratedTimeline.cpp:
* Source/WebCore/animation/AcceleratedTimeline.h:
* Source/WebCore/animation/CSSPropertyAnimation.cpp:
* Source/WebCore/animation/DocumentTimelinesController.cpp:
* Source/WebCore/animation/DocumentTimelinesController.h:
* Source/WebCore/animation/ElementAnimationRareData.cpp:
* Source/WebCore/animation/ElementAnimationRareData.h:
* Source/WebCore/animation/FrameRateAligner.cpp:
* Source/WebCore/animation/FrameRateAligner.h:
* Source/WebCore/animation/KeyframeEffectStack.cpp:
* Source/WebCore/animation/KeyframeEffectStack.h:
Canonical link: https://commits.webkit.org/267159@main
More information about the webkit-changes
mailing list