mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-16 12:36:59 +02:00
swap handling
This commit is contained in:
parent
fc3c706fd5
commit
efc44db9df
4 changed files with 43 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ namespace Common {
|
|||
|
||||
void* AllocateMemoryPages(std::size_t size) noexcept;
|
||||
void FreeMemoryPages(void* base, std::size_t size) noexcept;
|
||||
bool InitSwap() noexcept;
|
||||
|
||||
template <typename T>
|
||||
class VirtualBuffer final {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue