[webkit-reviews] review granted: [Bug 196121] [BMalloc] No need to delay deallocating chunks based on recent use : [Attachment 365657] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 18:26:35 PDT 2019


Mark Lam <mark.lam at apple.com> has granted Michael Saboff <msaboff at apple.com>'s
request for review:
Bug 196121: [BMalloc] No need to delay deallocating chunks based on recent use
https://bugs.webkit.org/show_bug.cgi?id=196121

Attachment 365657: Patch

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




--- Comment #3 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 365657
  --> https://bugs.webkit.org/attachment.cgi?id=365657
Patch

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

r=me if EWS bots are happy.

> Source/bmalloc/ChangeLog:9
> +	   We can decommit small chunks immediately as that adds them to the
LargeRange free list.  That free list employs the

By "decommit" here, do you mean "deallocate" instead?


More information about the webkit-reviews mailing list