mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 14:48:17 +00:00
Add Regions concept to Task.
This commit is contained in:
parent
5b10846bed
commit
3649638259
Notes:
sideshowbarker
2024-07-19 18:46:23 +09:00
Author: https://github.com/awesomekling
Commit: 3649638259
7 changed files with 131 additions and 41 deletions
|
@ -49,8 +49,8 @@ public:
|
|||
// HACK: don't use this jeez :(
|
||||
byte* quickMapOnePage(PhysicalAddress);
|
||||
|
||||
bool mapZonesForTask(Task&);
|
||||
bool unmapZonesForTask(Task&);
|
||||
bool mapRegionsForTask(Task&);
|
||||
bool unmapRegionsForTask(Task&);
|
||||
|
||||
private:
|
||||
MemoryManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue