swap handling

This commit is contained in:
lizzie 2025-12-11 05:01:48 +00:00
parent 0062746e81
commit b97c65d593
4 changed files with 43 additions and 3 deletions

View file

@ -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 {