host_memory: Switch to FreeRegionManager
This commit is contained in:
parent
448d4815de
commit
4766baddf3
2 changed files with 67 additions and 29 deletions
|
@ -37,6 +37,8 @@ public:
|
|||
|
||||
void Protect(size_t virtual_offset, size_t length, bool read, bool write);
|
||||
|
||||
void EnableDirectMappedAddress();
|
||||
|
||||
[[nodiscard]] u8* BackingBasePointer() noexcept {
|
||||
return backing_base;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue