2D_Game_Engine
Loading...
Searching...
No Matches
Functions
memory.hpp File Reference

Go to the source code of this file.

Functions

void * AllocateMemory (size_t size, std::source_location src=std::source_location::current())
 
void FreeMemory (void *ptr, std::source_location src=std::source_location::current())
 

Function Documentation

◆ AllocateMemory()

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

Definition at line 3 of file memory.cpp.

◆ FreeMemory()

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

Definition at line 11 of file memory.cpp.