Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMallocBinnedCommonBase
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/MallocBinnedCommon.h |
| Include | #include "HAL/MallocBinnedCommon.h" |
Syntax
struct FBundleNode
Remarks
This needs to be small enough to fit inside the smallest allocation handled by MallocBinned2\3, hence the union.
Variables
| Type | Name | Description | |
|---|---|---|---|
| union FMallocBinnedCommonBase::FBundleNode | API/Runtime/Core/HAL/FMallocBinnedCommonBase/FBundleNode_1 | NextBundle ptr is valid when node is stored in FFreeBlockList in a thread-local list of reusable allocations. | |
| int32 | Count | ||
| FBundleNode * | NextBundle | ||
| FBundleNode * | NextNodeInCurrentBundle |