mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
Remove MM::allocate_physical_pages() since it wasn't used.
Everyone was allocating one page at a time with allocate_physical_page().
This commit is contained in:
parent
36b3dc6c32
commit
c97a5862ce
Notes:
sideshowbarker
2024-07-19 16:11:22 +09:00
Author: https://github.com/awesomekling
Commit: c97a5862ce
2 changed files with 9 additions and 27 deletions
|
@ -175,7 +175,6 @@ public:
|
|||
bool validate_user_read(const Process&, LinearAddress) const;
|
||||
bool validate_user_write(const Process&, LinearAddress) const;
|
||||
|
||||
Vector<RetainPtr<PhysicalPage>> allocate_physical_pages(size_t count);
|
||||
RetainPtr<PhysicalPage> allocate_physical_page();
|
||||
|
||||
void remap_region(Process&, Region&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue