mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
Kernel: Switch Region to IntrusiveList from InlineLinkedList
This commit is contained in:
parent
e0da61f9d6
commit
e6f73d69a2
Notes:
sideshowbarker
2024-07-18 17:21:35 +09:00
Author: https://github.com/bgianfo
Commit: e6f73d69a2
Pull-request: https://github.com/SerenityOS/serenity/pull/7479
3 changed files with 12 additions and 13 deletions
|
@ -233,8 +233,8 @@ private:
|
|||
NonnullRefPtrVector<PhysicalRegion> m_user_physical_regions;
|
||||
NonnullRefPtrVector<PhysicalRegion> m_super_physical_regions;
|
||||
|
||||
InlineLinkedList<Region> m_user_regions;
|
||||
InlineLinkedList<Region> m_kernel_regions;
|
||||
Region::List m_user_regions;
|
||||
Region::List m_kernel_regions;
|
||||
Vector<UsedMemoryRange> m_used_memory_ranges;
|
||||
Vector<PhysicalMemoryRange> m_physical_memory_ranges;
|
||||
Vector<ContiguousReservedMemoryRange> m_reserved_memory_ranges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue