UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::CLibAllocator Class Reference
+ 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 voidAllocate (size_t NumBytes) const
 
ULANG_FORCEINLINE voidReallocate (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 *)
 

Constructor & Destructor Documentation

◆ CLibAllocator()

uLang::CLibAllocator::CLibAllocator ( )
inline

The documentation for this class was generated from the following file: