CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
FCriWareAllocator_Native 名前空間

関数

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.

関数詳解

◆ AllocateMemory()

CRIWARECORE_API void *CRIAPI FCriWareAllocator_Native::AllocateMemory ( void * ObjectPointer,
CriUint32 Size )

◆ FreeMemory()

CRIWARECORE_API void CRIAPI FCriWareAllocator_Native::FreeMemory ( void * ObjectPointer,
void * Pointer )

◆ ReallocateMemory()

CRIWARECORE_API void *CRIAPI FCriWareAllocator_Native::ReallocateMemory ( void * ObjectPointer,
void * Pointer,
CriUint32 Size )