swap handling

This commit is contained in:
lizzie
2025-12-11 05:01:48 +00:00
parent ba200265ac
commit 689fda4f7f
3 changed files with 29 additions and 1 deletions
+1
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 {