#include "../debug/debug.h"#include "internal_funclevel.h"#include "internal_highlevel.h"#include "internal_cmd.h"#include "internal_result.h"Go to the source code of this file.
Classes | |
| class | ProfileFastCS |
| class | ProfileFastCS::Lock |
Macros | |
| #define | INTERNAL_H |
| #define | ts_lock _emit 0xF0 |
Functions | |
| void * | ProfileAllocMemory (unsigned numBytes) |
| void * | ProfileReAllocMemory (void *oldPtr, unsigned newSize) |
| void | ProfileFreeMemory (void *ptr) |
| __forceinline void | ProfileGetTime (__int64 &t) |
| #define INTERNAL_H |
Definition at line 33 of file internal.h.
| #define ts_lock _emit 0xF0 |
| void * ProfileAllocMemory | ( | unsigned | numBytes | ) |
Definition at line 44 of file profile.cpp.
| void ProfileFreeMemory | ( | void * | ptr | ) |
Definition at line 82 of file profile.cpp.
| __forceinline void ProfileGetTime | ( | __int64 & | t | ) |
Definition at line 110 of file internal.h.
| void * ProfileReAllocMemory | ( | void * | oldPtr, |
| unsigned | newSize ) |
Definition at line 52 of file profile.cpp.