Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FLinearBlockAllocator
| |
|
| Name |
FBlock |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Memory/LinearAllocator.h |
| Include Path |
#include "Memory/LinearAllocator.h" |
Syntax
struct FBlock
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BlockSize |
uint32 |
|
Memory/LinearAllocator.h |
|
| Next |
FBlock * |
|
Memory/LinearAllocator.h |
|
| NextOffset |
uint32 |
|
Memory/LinearAllocator.h |
|
Functions
Public
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FBlock * GetHeaderFromBlockStart
(
void* Block,
uint32 BlockSize
)
|
|
Memory/LinearAllocator.h |
|