Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinnedGPU
| Name | FFreeBlock |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocBinnedGPU.h |
| Include Path | #include "HAL/MallocBinnedGPU.h" |
Syntax
struct FFreeBlock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFreeBlock
(
uint32 InPageSize, |
HAL/MallocBinnedGPU.h |
Enums
Public
| Name | Remarks |
|---|---|
| FFreeBlock |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockSizeShifted | uint16 | HAL/MallocBinnedGPU.h | ||
| Canary | uint8 | HAL/MallocBinnedGPU.h | ||
| NextFreeBlock | FFreeBlock * | HAL/MallocBinnedGPU.h | ||
| NumFreeBlocks | uint32 | HAL/MallocBinnedGPU.h | ||
| PoolIndex | uint8 | HAL/MallocBinnedGPU.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * AllocateRegularBlock
(
uint8 MinimumAlignmentShift |
HAL/MallocBinnedGPU.h | ||
void CanaryFail() |
HAL/MallocBinnedGPU.h | ||
void CanaryTest() |
HAL/MallocBinnedGPU.h | ||
uint32 GetNumFreeRegularBlocks() |
HAL/MallocBinnedGPU.h | ||
bool IsCanaryOk() |
HAL/MallocBinnedGPU.h |