Memory Namespace

(Utils::Memory)

Functions

char *allocate(std::size_t size)
void deallocate(char *memory)
char *reallocate(char *oldMemory, std::size_t newSize)

Function Documentation

char *Memory::allocate(std::size_t size)

void Memory::deallocate(char *memory)

char *Memory::reallocate(char *oldMemory, std::size_t newSize)