![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Raw memory allocator that keeps a pointer to an allocator instance which is used for allocation. More...
#include <Allocator.h>
Public Member Functions | |
| ULANG_FORCEINLINE | CInstancedRawAllocator (CAllocatorInstance *AllocatorInstance) |
| ULANG_FORCEINLINE | CInstancedRawAllocator (EDefaultInit) |
| ULANG_FORCEINLINE void * | Allocate (size_t NumBytes) const |
| ULANG_FORCEINLINE void * | Reallocate (void *Memory, size_t NumBytes) |
| ULANG_FORCEINLINE void | Deallocate (void *Memory) const |
| ULANG_FORCEINLINE EObserverId | GenerateObserverId () const |
Public Attributes | |
| CAllocatorInstance * | _AllocatorInstance |
Raw memory allocator that keeps a pointer to an allocator instance which is used for allocation.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| CAllocatorInstance* uLang::CInstancedRawAllocator::_AllocatorInstance |