swap handling

This commit is contained in:
lizzie 2025-12-11 05:01:48 +00:00
parent fc3c706fd5
commit efc44db9df
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 {