[Webkit-unassigned] [Bug 227957] New: [BMalloc] Lazily allocate physical pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 10:09:15 PDT 2021


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

            Bug ID: 227957
           Summary: [BMalloc] Lazily allocate physical pages
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: bmalloc
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com
                CC: ggaren at apple.com

Currently we call madvise(p, vmSize, MADV_FREE_REUSE) when we want to commit physical pages to a range of reserved memory.  On Darwin systems, the kernel will do this for us as we touch the pages.  Therefore we can eliminate this call, reducing our memory footprint when pages within a range are not used.

-- 
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/20210714/52466dea/attachment.htm>


More information about the webkit-unassigned mailing list