NEW 205702
[WTF] WTF_MAKE_FAST_ALLOCATED should take class name so that we can create malloc_zone per this macro
https://bugs.webkit.org/show_bug.cgi?id=205702
Summary [WTF] WTF_MAKE_FAST_ALLOCATED should take class name so that we can create ma...
Yusuke Suzuki
Reported 2020-01-02 17:11:17 PST
...
Attachments
Geoffrey Garen
Comment 1 2024-04-03 12:34:02 PDT
Can we use class-specific usual destroying deallocation functions to get the type at compile time? Once you have the type, you can ask C++ for its name.
Note You need to log in before you can comment on or make changes to this bug.