mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 03:20:59 +00:00
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. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| MemoryManager.cpp | ||
| MemoryManager.h | ||
| PageDirectory.cpp | ||
| PageDirectory.h | ||
| PhysicalPage.cpp | ||
| PhysicalPage.h | ||
| RangeAllocator.cpp | ||
| RangeAllocator.h | ||
| Region.cpp | ||
| Region.h | ||
| VMObject.cpp | ||
| VMObject.h | ||