RESOLVED FIXED 283615
Change WTF_MAKE_TZONE_ALLOCATED macros for nested types to take an outer and inner type.
https://bugs.webkit.org/show_bug.cgi?id=283615
Summary Change WTF_MAKE_TZONE_ALLOCATED macros for nested types to take an outer and ...
Mark Lam
Reported 2024-11-22 19:13:39 PST
This will allow the uses it to be expressed more concisely, and easier to read. For example, WTF_MAKE_TZONE_ALLOCATED_IMPL_NESTED(NetworkSessionCachedNetworkResourceLoader, NetworkSession::CachedNetworkResourceLoader); ... is now expressed as: WTF_MAKE_TZONE_ALLOCATED_IMPL_NESTED(NetworkSession, CachedNetworkResourceLoader); This is purely a refactoring change.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-22 19:13:58 PST
Mark Lam
Comment 2 2024-11-22 19:17:54 PST
EWS
Comment 3 2024-11-23 09:21:49 PST
Committed 287013@main (775e08a1c30d): <https://commits.webkit.org/287013@main> Reviewed commits have been landed. Closing PR #37070 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.