Formatting

This commit is contained in:
wheremyfoodat 2025-08-04 00:43:02 +03:00
commit b7b245a7b0

View file

@ -10,7 +10,6 @@
#include "host_memory/virtual_buffer.h"
namespace Common {
void* AllocateMemoryPages(std::size_t size) noexcept {
#ifdef _WIN32
void* base{VirtualAlloc(nullptr, size, MEM_COMMIT, PAGE_READWRITE)};