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