[webkit-reviews] review granted: [Bug 200024] [bmalloc] Each IsoPage gets 1MB VA because VMHeap::tryAllocateLargeChunk rounds up : [Attachment 374665] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 22 19:37:18 PDT 2019


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 200024: [bmalloc] Each IsoPage gets 1MB VA because
VMHeap::tryAllocateLargeChunk rounds up
https://bugs.webkit.org/show_bug.cgi?id=200024

Attachment 374665: Patch

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




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

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

> Source/bmalloc/bmalloc/IsoPage.cpp:35
> +    return tryVMAllocate(pageSize, pageSize, VMTag::IsoHeap);

��


More information about the webkit-reviews mailing list