|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
関数 | |
| void *CRIAPI | AllocateMemory (void *ObjectPointer, CriUint32 Size) |
| void CRIAPI | FreeMemory (void *ObjectPointer, void *Pointer) |
| void *CRIAPI | ReallocateMemory (void *ObjectPointer, void *Pointer, CriUint32 Size) |
Implementation of native memory allocation callbacks.
| CRIWARECORE_API void *CRIAPI FCriWareAllocator_Native::AllocateMemory | ( | void * | ObjectPointer, |
| CriUint32 | Size ) |
| CRIWARECORE_API void CRIAPI FCriWareAllocator_Native::FreeMemory | ( | void * | ObjectPointer, |
| void * | Pointer ) |
| CRIWARECORE_API void *CRIAPI FCriWareAllocator_Native::ReallocateMemory | ( | void * | ObjectPointer, |
| void * | Pointer, | ||
| CriUint32 | Size ) |