![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ConcurrentLinearAllocator.h>
Public Member Functions | |
| TConcurrentLinearBulkObjectAllocator ()=default | |
| ~TConcurrentLinearBulkObjectAllocator () | |
| void | BulkDelete () |
| void * | Malloc (SIZE_T Size, uint32 Alignment) |
| void * | MallocAndMemset (SIZE_T Size, uint32 Alignment, uint8 MemsetChar) |
| template<typename T > | |
| T * | Malloc () |
| template<typename T > | |
| T * | MallocAndMemset (uint8 MemsetChar) |
| template<typename T > | |
| T * | MallocArray (SIZE_T Num) |
| template<typename T > | |
| T * | MallocAndMemsetArray (SIZE_T Num, uint8 MemsetChar) |
| template<typename T , typename... TArgs> | |
| T * | Create (TArgs &&... Args) |
| template<typename T , typename... TArgs> | |
| T * | CreateArray (SIZE_T Num, const TArgs &... Args) |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |