1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 03:20:59 +00:00
serenity/Kernel/VM
Andreas Kling de65c960e9 Kernel: Tweak some String&& => const String&.
String&& is just not very practical. Also return const String& when the
returned string is a member variable. The call site is free to make a copy
if he wants, but otherwise we can avoid the retain count churn.
2019-06-07 20:58:12 +02:00
..
.gitignore Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
MemoryManager.cpp Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 2019-06-07 20:02:01 +02:00
MemoryManager.h Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 2019-06-07 20:02:01 +02:00
PageDirectory.cpp Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
PageDirectory.h Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
PhysicalPage.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
PhysicalPage.h Add clang-format file 2019-05-28 17:31:20 +02:00
RangeAllocator.cpp Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
RangeAllocator.h Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
Region.cpp Kernel: Tweak some String&& => const String&. 2019-06-07 20:58:12 +02:00
Region.h Kernel: Tweak some String&& => const String&. 2019-06-07 20:58:12 +02:00
VMObject.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
VMObject.h Kernel: Tweak some String&& => const String&. 2019-06-07 20:58:12 +02:00