#pragma once #include #include extern uint64_t totalCpuMemoryAllocated; void *Malloc(size_t bytes, const char *reason);