Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLinearAllocatorBase
| |
|
| Name |
FBlockHeader |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Experimental/ConcurrentLinearAllocator.h |
| Include Path |
#include "Experimental/ConcurrentLinearAllocator.h" |
Syntax
struct FBlockHeader
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
We need to reserve space for at least one BlockHeader as well as one AllocationHeader. |
Experimental/ConcurrentLinearAllocator.h |
|
Structs
Typedefs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| NextAllocationPtr |
uintptr_t |
|
Experimental/ConcurrentLinearAllocator.h |
|
| Num |
unsigned int |
|
Experimental/ConcurrentLinearAllocator.h |
|
| NumAllocations |
NumAllocationsType |
|
Experimental/ConcurrentLinearAllocator.h |
|
| Padding |
uint8 |
|
Experimental/ConcurrentLinearAllocator.h |
|
Functions
Public