[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 10:44:49 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=195665
Geoffrey Garen <ggaren at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ggaren at apple.com
--- Comment #2 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 364517
--> https://bugs.webkit.org/attachment.cgi?id=364517
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?
--
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/7bac6c8c/attachment-0001.html>
More information about the webkit-unassigned
mailing list