mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-23 22:05:47 +00:00
Make PageDirectory retainable and have each Region co-own the PageDirectory they're mapped into. When unmapped, Region has no associated PageDirectory. This allows Region to automatically unmap itself when destroyed.