![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for uLang::CLibAllocator:Public Member Functions | |
| CLibAllocator () | |
Public Member Functions inherited from uLang::CAllocatorInstance | |
| CAllocatorInstance (FAllocate Allocate, FReallocate Reallocate, FDeallocate Deallocate) | |
| Use the memory address of this object to seed the observer id generator. | |
| ULANG_FORCEINLINE void * | Allocate (size_t NumBytes) const |
| ULANG_FORCEINLINE void * | Reallocate (void *Memory, size_t NumBytes) const |
| ULANG_FORCEINLINE void | Deallocate (void *Memory) const |
| ULANG_FORCEINLINE EObserverId | GenerateObserverId () |
Additional Inherited Members | |
Public Types inherited from uLang::CAllocatorInstance | |
| using | FAllocate = void *(*)(const CAllocatorInstance *, size_t) |
| using | FReallocate = void *(*)(const CAllocatorInstance *, void *, size_t) |
| using | FDeallocate = void(*)(const CAllocatorInstance *, void *) |
|
inline |