ladybird/Kernel/VM
Andreas Kling bf5b7c32d8 Kernel: Add some sanity assertions in RangeAllocator::deallocate()
We should never end up deallocating an empty range, or a range that
ends before it begins.
2020-01-30 21:51:27 +01:00
..
AnonymousVMObject.cpp Kernel: AnonymousVMObject::create_for_physical_range() should fail more 2020-01-28 20:48:07 +01:00
AnonymousVMObject.h Kernel: AnonymousVMObject::create_for_physical_range() should fail more 2020-01-28 20:48:07 +01:00
InodeVMObject.cpp
InodeVMObject.h
MemoryManager.cpp Kernel: Fail with EFAULT for any address+size that would wrap around 2020-01-29 12:56:07 +01:00
MemoryManager.h
PageDirectory.cpp
PageDirectory.h
PhysicalAddress.h
PhysicalPage.cpp
PhysicalPage.h AK: Let's call decrementing reference counts "unref" instead of "deref" 2020-01-23 15:14:21 +01:00
PhysicalRegion.cpp
PhysicalRegion.h
PurgeableVMObject.cpp
PurgeableVMObject.h
RangeAllocator.cpp Kernel: Add some sanity assertions in RangeAllocator::deallocate() 2020-01-30 21:51:27 +01:00
RangeAllocator.h Kernel: Range::contains() should reject ranges with 2^32 wrap-around 2020-01-30 21:51:27 +01:00
Region.cpp
Region.h
VirtualAddress.h
VMObject.cpp
VMObject.h