23 Aug
2019
23 Aug
'19
4:10 p.m.
On Aug 23, 2019, at 7:26 AM, Antti Koivisto <koivisto@iki.fi> wrote:
Could WTF::makeUnique simply use FastMalloc by default? We could then remove most of these messy annotations.
This would require replacing std::unique_ptr with a type that knows how to free the objects correctly (bring back OwnPtr!) but that doesn't seem like a big deal. It wouldn't play well with mixed use of OwnPtr and new/delete but that should be avoided in any case.
I also suggested this, and you can see Yusuke’s response here <https://bugs.webkit.org/show_bug.cgi?id=200611#c18>. — Darin