[Webkit-unassigned] [Bug 195665] [bmalloc] Use MADV_FREE for non Darwin/Linux OS if available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 15:12:02 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=195665

--- Comment #3 from Yoshiaki Jitsukawa <yoshiaki.jitsukawa at sony.com> ---
(In reply to Geoffrey Garen from comment #2)
> Comment on attachment 364517 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=364517&action=review
> 
> > Source/bmalloc/bmalloc/VMAllocate.h:204
> > +#else
> 
> Can this be #elif?
> 
> > Source/bmalloc/bmalloc/VMAllocate.h:205
> > +#if !BOS(LINUX) && defined(MADV_FREE)
> 
> We do have a platform macro for FreeBSD. Can you use that?

Thanks. I'll introduce BOS_FREEBSD like WTF's WTF_OS_FREEBSD.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190313/fda50012/attachment.html>


More information about the webkit-unassigned mailing list