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