[webkit-dev] Introducing WTF::makeUnique<T> and WTF::makeUniqueWithoutFastMallocCheck<T>

Darin Adler darin at apple.com
Fri Aug 23 09:10:07 PDT 2019


> On Aug 23, 2019, at 7:26 AM, Antti Koivisto <koivisto at 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


More information about the webkit-dev mailing list