mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> some
This commit is contained in:
parent
bd12f132f3
commit
d74650e80d
Notes:
sideshowbarker
2024-07-19 06:52:43 +09:00
Author: https://github.com/awesomekling
Commit: d74650e80d
4 changed files with 9 additions and 11 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
|
||||
RefPtr<PhysicalPage> allocate_user_physical_page(ShouldZeroFill = ShouldZeroFill::Yes);
|
||||
RefPtr<PhysicalPage> allocate_supervisor_physical_page();
|
||||
Vector<RefPtr<PhysicalPage>> allocate_contiguous_supervisor_physical_pages(size_t size);
|
||||
NonnullRefPtrVector<PhysicalPage> allocate_contiguous_supervisor_physical_pages(size_t size);
|
||||
void deallocate_user_physical_page(PhysicalPage&&);
|
||||
void deallocate_supervisor_physical_page(PhysicalPage&&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue