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