Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMallocBinned2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Private/HAL/MallocBinned2.cpp |
| Include | #include "HAL/MallocBinned2.cpp" |
Syntax
struct FPoolInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | AllocSize | ||
| ECanary | Canary | ||
| FFreeBlock * | FirstFreeBlock | ||
| FPoolInfo * | Next | ||
| FPoolInfo ** | PtrToPrevNext | ||
| uint16 | Taken |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPoolInfo () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void * | |||
| void | CheckCanary
(
ECanary ShouldBe |
||
| UPTRINT | |||
| SIZE_T | |||
| bool | |||
| bool | IsSupportedSize
(
SIZE_T Size |
||
| void | |||
| void | |||
| void | SetOSAllocationSizes
(
SIZE_T InRequestedBytes, |
||
| void | Unlink () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ECanary |