RESOLVED FIXED 274221
Replace OSAllocator implementation with memory-extra private library
https://bugs.webkit.org/show_bug.cgi?id=274221
Summary Replace OSAllocator implementation with memory-extra private library
Basuke Suzuki
Reported 2024-05-15 11:25:47 PDT
To reserve large address space, our platform requires precise control of virtual address space and commiti/decommit management is not enough for this purpose. In this patch, I've introduced new memory-extra private library for that purpose and add platform specific OSAllocator implementation. Also replace showmap library with embedded one inside memory-extra and use clever way to collect memory information.
Attachments
EWS
Comment 1 2024-05-17 11:44:01 PDT
Committed 278920@main (3042eb64bb03): <https://commits.webkit.org/278920@main> Reviewed commits have been landed. Closing PR #28603 and removing active labels.
Radar WebKit Bug Importer
Comment 2 2024-05-17 11:45:23 PDT
Note You need to log in before you can comment on or make changes to this bug.