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
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFreeBlock
(
uint32 InPageSize, |
HAL/MallocBinned2.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxBitsForFreeBins | uint32 | HAL/MallocBinned2.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NextFreeBlock | uint64 | HAL/MallocBinned2.h | ||
| NumFreeBins | uint64 | HAL/MallocBinned2.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * AllocateBin
(
uint32 BinSize |
HAL/MallocBinned2.h | ||
FFreeBlock * GetNextFreeBlock() |
HAL/MallocBinned2.h | ||
uint32 GetNumFreeBins() |
HAL/MallocBinned2.h | ||
void SetNextFreeBlock
(
FFreeBlock* Next |
HAL/MallocBinned2.h |