Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MallocBinnedCommon.h |
| Include | #include "HAL/MallocBinnedCommon.h" |
Syntax
struct FSizeTableEntry
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BlockSize | ||
| uint16 | BlocksPerBlockOfBlocks | ||
| uint8 | PagesPlatformForBlockOfBlocks |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSizeTableEntry
(
uint32 InBlockSize, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint8 | FillSizeTable
(
uint64 PlatformPageSize, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FSizeTableEntry& Other |