Files
ladybird/Kernel
Andreas Kling 2584636d19 Kernel: Fix partial munmap() deallocating still-in-use VM
We were always returning the full VM range of the partially-unmapped
Region to the range allocator. This caused us to re-use those addresses
for subsequent VM allocations.

This patch also skips creating a new VMObject in partial munmap().
Instead we just make split regions that point into the same VMObject.

This fixes the mysterious GCC ICE on large C++ programs.
2019-09-27 20:21:52 +02:00
..
2019-07-13 08:00:24 +02:00
2019-07-29 11:19:04 +02:00
2019-05-28 17:31:20 +02:00
2019-08-11 16:30:43 +02:00
2019-09-13 14:04:38 +02:00