Go to the source code of this file.
Functions | |
| void * | ProfileAllocMemory (unsigned numBytes) |
| void * | ProfileReAllocMemory (void *oldPtr, unsigned newSize) |
| void | ProfileFreeMemory (void *ptr) |
Variables | |
| int | profileTracerInit =atexit(ProfileShutdown) |
| void * ProfileAllocMemory | ( | unsigned | numBytes | ) |
Definition at line 44 of file profile.cpp.
| void ProfileFreeMemory | ( | void * | ptr | ) |
Definition at line 82 of file profile.cpp.
| void * ProfileReAllocMemory | ( | void * | oldPtr, |
| unsigned | newSize ) |
Definition at line 52 of file profile.cpp.
| int profileTracerInit =atexit(ProfileShutdown) |
Definition at line 382 of file profile.cpp.