core: Make use of fastmem
This commit is contained in:
parent
740edacc8d
commit
621f3f5f47
7 changed files with 31 additions and 9 deletions
|
@ -111,6 +111,8 @@ struct PageTable {
|
|||
VirtualBuffer<u64> backing_addr;
|
||||
|
||||
size_t current_address_space_width_in_bits;
|
||||
|
||||
u8* fastmem_arena;
|
||||
};
|
||||
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue