2D_Game_Engine
Loading...
Searching...
No Matches
Functions
memory.cpp File Reference
#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)
 

Function Documentation

◆ AllocateMemory()

void * AllocateMemory ( size_t size,
std::source_location src )

Definition at line 3 of file memory.cpp.

◆ FreeMemory()

void FreeMemory ( void * ptr,
std::source_location src )

Definition at line 11 of file memory.cpp.