mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
Kernel: Rename Memory::Space => Memory::AddressSpace
This commit is contained in:
parent
cd5faf4e42
commit
b7476d7a1b
Notes:
sideshowbarker
2024-07-18 07:24:53 +09:00
Author: https://github.com/awesomekling
Commit: b7476d7a1b
10 changed files with 58 additions and 58 deletions
|
@ -66,6 +66,7 @@ class WaitQueue;
|
|||
class WorkQueue;
|
||||
|
||||
namespace Memory {
|
||||
class AddressSpace;
|
||||
class AnonymousVMObject;
|
||||
class InodeVMObject;
|
||||
class MappedROM;
|
||||
|
@ -74,12 +75,11 @@ class PageDirectory;
|
|||
class PhysicalPage;
|
||||
class PhysicalRegion;
|
||||
class PrivateInodeVMObject;
|
||||
class VirtualRange;
|
||||
class VirtualRangeAllocator;
|
||||
class Region;
|
||||
class SharedInodeVMObject;
|
||||
class Space;
|
||||
class VMObject;
|
||||
class VirtualRange;
|
||||
class VirtualRangeAllocator;
|
||||
}
|
||||
|
||||
template<typename BaseType>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue