mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
In the VMObject code there are multiple examples of loops over the VMObject's regions (using for_each_region()) that call remap() on each region. To clean up usage of this pattern, this patch adds a method in VMObject that does this remapping loop. VMObject code that needs to remap its regions call the new method.
2.3 KiB
2.3 KiB