Memory Namespace

(Debugger::Utils::Memory)

Functions

char *allocate(int size)
void deallocate(char *memory)
char *reallocate(char *oldMemory, int newSize)

Function Documentation

char *Memory::allocate(int size)

void Memory::deallocate(char *memory)

char *Memory::reallocate(char *oldMemory, int newSize)