![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ConcurrentLinearAllocator.h>
Static Public Member Functions | |
| static void * | Malloc (SIZE_T Size, uint32 Alignment) |
| static UE_FORCEINLINE_HINT void | Free (void *Pointer, SIZE_T Size) |
Static Public Attributes | |
| static constexpr bool | SupportsAlignment = true |
| static constexpr bool | UsesFMalloc = true |
| static constexpr uint32 | MaxAlignment = UE_MBC_MAX_SMALL_POOL_ALIGNMENT |
|
inlinestatic |
|
staticconstexpr |