|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
継承メンバを含む FCriWareAllocator の全メンバ一覧です。
| AllocateCallback | FCriWareAllocator | private |
| DefaultAlloc(void *ObjectPointer, unsigned int Size) | FCriWareAllocator | protectedstatic |
| DefaultAllocator | FCriWareAllocator | protectedstatic |
| DefaultFree(void *ObjectPointer, void *Pointer) | FCriWareAllocator | protectedstatic |
| DefaultRealloc(void *ObjectPointer, void *Pointer, unsigned int Size) | FCriWareAllocator | protectedstatic |
| FAllocator typedef | FCriWareAllocator | |
| FCriWareAllocator() | FCriWareAllocator | inline |
| FCriWareAllocator(const FAllocator &AllocFunc, const FDeallocator &FreeFunc, void *InObjectPointer) | FCriWareAllocator | inline |
| FCriWareAllocator(const FAllocator &AllocFunc, const FReallocator &ReallocFunc, const FDeallocator &FreeFunc, void *InObjectPointer) | FCriWareAllocator | inline |
| FCriWareAllocator_Native::AllocateMemory(void *ObjectPointer, CriUint32 Size) | FCriWareAllocator | friend |
| FCriWareAllocator_Native::FreeMemory(void *ObjectPointer, void *Pointer) | FCriWareAllocator | friend |
| FCriWareAllocator_Native::ReallocateMemory(void *ObjectPointer, void *Pointer, CriUint32 Size) | FCriWareAllocator | friend |
| FDeallocator typedef | FCriWareAllocator | |
| FReallocator typedef | FCriWareAllocator | |
| FreeCallback | FCriWareAllocator | private |
| GetDefault() | FCriWareAllocator | inlinestatic |
| ObjectPointer | FCriWareAllocator | private |
| ReallocateCallback | FCriWareAllocator | private |