mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-07-02 11:15:43 +02:00
proper memswap mechanism
This commit is contained in:
parent
3e8e758bd6
commit
c8516a3b4d
4 changed files with 86 additions and 30 deletions
|
|
@ -12,7 +12,7 @@ namespace Common {
|
|||
|
||||
void* AllocateMemoryPages(std::size_t size) noexcept;
|
||||
void FreeMemoryPages(void* base, std::size_t size) noexcept;
|
||||
bool InitSwap() noexcept;
|
||||
void InitSwap() noexcept;
|
||||
|
||||
template <typename T>
|
||||
class VirtualBuffer final {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue