Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinned2
Information about a piece of free memory.
| Name | FFreeBlock |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h |
| Include Path | #include "HAL/MallocBinned2.h" |
Syntax
struct FFreeBlock
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFreeBlock
(
uint32 InPageSize, |
HAL/MallocBinned2.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BinSize | uint16 | HAL/MallocBinned2.h | ||
| CanaryAndForkState | EBlockCanary | Normally this value just functions as a canary to detect invalid memory state. | HAL/MallocBinned2.h | |
| NextFreeBlock | FFreeBlock * | HAL/MallocBinned2.h | ||
| NumFreeBins | uint32 | HAL/MallocBinned2.h | ||
| PoolIndex | uint8 | HAL/MallocBinned2.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * AllocateBin() |
HAL/MallocBinned2.h | ||
uint32 GetNumFreeBins() |
HAL/MallocBinned2.h |