Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f3b1c7298e5c318bf599268f5297de4efcaa721a
https://github.com/WebKit/WebKit/commit/f3b1c7298e5c318bf599268f5297de4efcaa721a
Author: Kimmo Kinnunen <[email protected]>
Date: 2025-08-04 (Mon, 04 Aug 2025)
Changed paths:
M Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
M Source/ThirdParty/ANGLE/Configurations/BaseTarget.xcconfig
M Source/ThirdParty/ANGLE/src/common/PoolAlloc.cpp
M Source/ThirdParty/ANGLE/src/common/PoolAlloc.h
M Source/ThirdParty/ANGLE/src/common/PoolAlloc_unittest.cpp
Log Message:
-----------
ANGLE: Add support for WebKit memory profiling
https://bugs.webkit.org/show_bug.cgi?id=294610
rdar://153641747
Reviewed by Elliott Williams.
Add support for memory profiling. The profiling framework
implementation is in WebKitAdditions.
Reland fixing following:
- libutils.a used to link to libWebKitAdditions.a by mistake, remove
this. Instead, use Product Dependencies.
* Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj:
* Source/ThirdParty/ANGLE/Configurations/BaseTarget.xcconfig:
* Source/ThirdParty/ANGLE/src/common/PoolAlloc.cpp:
(angle::PoolAllocator::PoolAllocator):
(angle::PoolAllocator::~PoolAllocator):
(angle::PoolAllocator::reset):
* Source/ThirdParty/ANGLE/src/common/PoolAlloc.h:
(angle::PoolAllocator::bump):
* Source/ThirdParty/ANGLE/src/common/PoolAlloc_unittest.cpp:
(angle::TEST_P):
Canonical link: https://commits.webkit.org/298225@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes