mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 20:15:29 +02:00
swap handling
This commit is contained in:
parent
2a5a30d11e
commit
cf511dd70e
3 changed files with 42 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