#include "_pch.h"Go to the source code of this file.
Functions | |
| void | DebugInternalAssert (const char *file, int line, const char *expr) |
| void * | DebugAllocMemory (unsigned numBytes) |
| void * | DebugReAllocMemory (void *oldPtr, unsigned newSize) |
| void | DebugFreeMemory (void *ptr) |
| void * DebugAllocMemory | ( | unsigned | numBytes | ) |
Definition at line 44 of file debug_internal.cpp.
| void DebugFreeMemory | ( | void * | ptr | ) |
Definition at line 82 of file debug_internal.cpp.
| void DebugInternalAssert | ( | const char * | file, |
| int | line, | ||
| const char * | expr ) |
Definition at line 31 of file debug_internal.cpp.
| void * DebugReAllocMemory | ( | void * | oldPtr, |
| unsigned | newSize ) |
Definition at line 52 of file debug_internal.cpp.