[webkit-reviews] review granted: [Bug 180425] IsoAlignedMemoryAllocator needs to free all of its memory when the VM destructs : [Attachment 328491] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 5 13:36:14 PST 2017


Saam Barati <sbarati at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 180425: IsoAlignedMemoryAllocator needs to free all of its memory when the
VM destructs
https://bugs.webkit.org/show_bug.cgi?id=180425

Attachment 328491: the patch

https://bugs.webkit.org/attachment.cgi?id=328491&action=review




--- Comment #3 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 328491
  --> https://bugs.webkit.org/attachment.cgi?id=328491
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=328491&action=review

> Source/JavaScriptCore/heap/IsoAlignedMemoryAllocator.cpp:64
> +    if (!result)
> +	   return nullptr;

Lets make the above "tryFastAlignedMalloc"


More information about the webkit-reviews mailing list