Files
ladybird/Kernel/VM/PhysicalRegion.cpp
Andreas Kling b2cd9b2c88 Kernel: Remove pointless ref-counting from PhysicalRegion
These are not multiple-owner objects and have no use for ref-counting.
Make them simple value types instead (not eternal heap-allocated.)
2021-07-11 15:15:57 +02:00

5.5 KiB