Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLockFreeFixedSizeAllocator
Description
Allocates a memory block of size SIZE.
| Name | Allocate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeFixedSizeAllocator.h |
| Include Path | #include "Containers/LockFreeFixedSizeAllocator.h" |
void * Allocate
(
int32 Alignment
)
Pointer to the allocated memory.
See Also
- Free