![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Raw memory allocator that allocates memory from the global heap. More...
#include <Allocator.h>
Inheritance diagram for uLang::CHeapRawAllocator:Public Member Functions | |
| ULANG_FORCEINLINE | CHeapRawAllocator () |
| ULANG_FORCEINLINE | CHeapRawAllocator (EDefaultInit) |
| bool | operator== (const CHeapRawAllocator &Other) const |
| Any instance of this allocator is as good as any other. | |
| bool | operator!= (const CHeapRawAllocator &Other) const |
Static Public Member Functions | |
| static ULANG_FORCEINLINE void * | Allocate (size_t NumBytes) |
| static ULANG_FORCEINLINE void * | Reallocate (void *Memory, size_t NumBytes) |
| static ULANG_FORCEINLINE void | Deallocate (void *Memory) |
| static ULANG_FORCEINLINE EObserverId | GenerateObserverId () |
Raw memory allocator that allocates memory from the global heap.
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
Any instance of this allocator is as good as any other.
|
inlinestatic |