RESOLVED FIXED281514
[TZone] Add TZone annotation macros for structs
https://bugs.webkit.org/show_bug.cgi?id=281514
Summary [TZone] Add TZone annotation macros for structs
Michael Saboff
Reported 2024-10-15 12:50:13 PDT
Add TZone annotation macros for structs. The main difference between structs and classes is the default privacy. The default access for Classes is private while the default for structs is public. This means that the TZone annotations macros for classes are: public: \ create TZone allocation helpers... \ private: The struct annotations are simply: create TZone allocation helpers...
Attachments
Michael Saboff
Comment 1 2024-10-15 12:55:54 PDT
Michael Saboff
Comment 2 2024-10-15 13:14:38 PDT
EWS
Comment 3 2024-10-16 10:56:40 PDT
Committed 285280@main (71c9542da1c3): <https://commits.webkit.org/285280@main> Reviewed commits have been landed. Closing PR #35236 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.