Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLinearAllocatorBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void * Malloc () |
Experimental/ConcurrentLinearAllocator.h | ||
static void * Malloc
(
SIZE_T Size |
Experimental/ConcurrentLinearAllocator.h | ||
static void * Malloc
(
SIZE_T Size, |
Experimental/ConcurrentLinearAllocator.h |
Malloc()
| Name | Malloc |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include Path | #include "Experimental/ConcurrentLinearAllocator.h" |
template<typename T>
static void * Malloc()
Malloc(SIZE_T)
| Name | Malloc |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include Path | #include "Experimental/ConcurrentLinearAllocator.h" |
template<uint32 Alignment>
static void * Malloc
(
SIZE_T Size
)
Malloc(SIZE_T, uint32)
| Name | Malloc |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include Path | #include "Experimental/ConcurrentLinearAllocator.h" |
static void * Malloc
(
SIZE_T Size,
uint32 Alignment
)