Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include | #include "Experimental/ConcurrentLinearAllocator.h" |
Syntax
struct FOsAllocator
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Free
(
void* Pointer, |
||
| void * | Malloc
(
SIZE_T Size, |
Constants
| Name | Description |
|---|---|
| SupportsAlignment | |
| UsesFMalloc | Indicates whether memory is acquired from the same source as used by FMalloc i.e. FMemory/FPlatformMemory::BaseAllocator(). |