Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMallocBinned3
| Name | FPoolInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocBinned3.h |
| Include Path | #include "HAL/MallocBinned3.h" |
Syntax
struct FPoolInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPoolInfo() |
HAL/MallocBinned3.h |
Enums
Public
| Name | Remarks |
|---|---|
| ECanary |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Canary | ECanary | HAL/MallocBinned3.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocSize | uint32 | HAL/MallocBinned3.h | ||
| CommitSize | uint32 | HAL/MallocBinned3.h | ||
| VMSizeDivVirtualSizeAlignment | uint32 | HAL/MallocBinned3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CheckCanary
(
ECanary ShouldBe |
HAL/MallocBinned3.h | ||
uint32 GetOsAllocatedBytes() |
And alias for GetOsCommittedBytes() to align with MB2 naming convention. | HAL/MallocBinned3.h | |
uint32 GetOsCommittedBytes() |
HAL/MallocBinned3.h | ||
uint32 GetOSRequestedBytes() |
HAL/MallocBinned3.h | ||
uint32 GetOsVMPages() |
HAL/MallocBinned3.h | ||
void SetCanary
(
ECanary ShouldBe, |
HAL/MallocBinned3.h | ||
void SetOSAllocationSize
(
uint32 InRequestedBytes |
HAL/MallocBinned3.h | ||
void SetOSAllocationSizes
(
uint32 InRequestedBytes, |
HAL/MallocBinned3.h |