Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLinearAllocatorBase
| Name | FAllocationHeader |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include Path | #include "Experimental/ConcurrentLinearAllocator.h" |
Syntax
class FAllocationHeader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAllocationHeader
(
FBlockHeader* InBlockHeader, |
Experimental/ConcurrentLinearAllocator.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocationSize | uint32 | Experimental/ConcurrentLinearAllocator.h | ||
| BlockHeaderOffset | uint32 | Experimental/ConcurrentLinearAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocationSize() |
Experimental/ConcurrentLinearAllocator.h | ||
FBlockHeader * GetBlockHeader() |
Experimental/ConcurrentLinearAllocator.h |