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
class FBitTree
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBitTree () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | AllocBit () |
||
| void | |||
| uint32 | |||
| void | FBitTreeInit
(
uint32 InDesiredCapacity, |
||
| void | |||
| uint32 | GetMemoryRequirements
(
uint32 NumPages |
||
| bool | IsAllocated
(
uint32 Index |
||
| uint32 | NextAllocBit () |
||
| uint32 | NextAllocBit
(
uint32 StartIndex |
||
| uint32 | Slow_NextAllocBits
(
uint32 NumBits, |
Finds a contiguous span of unallocated bits. |