|
2D_Game_Engine
|
#include <pch.hpp>Go to the source code of this file.
Functions | |
| void * | AllocateMemory (size_t size, std::source_location src) |
| void | FreeMemory (void *ptr, std::source_location src) |
| void * AllocateMemory | ( | size_t | size, |
| std::source_location | src ) |
Definition at line 3 of file memory.cpp.
| void FreeMemory | ( | void * | ptr, |
| std::source_location | src ) |
Definition at line 11 of file memory.cpp.