Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMallocBinnedCommon
Hash table struct for retrieving allocation book keeping information
| Name | FPoolHashBucket |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/MallocBinnedCommon.h |
| Include Path | #include "HAL/MallocBinnedCommon.h" |
Syntax
struct FPoolHashBucket
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPoolHashBucket() |
HAL/MallocBinnedCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BucketIndex | UPTRINT | HAL/MallocBinnedCommon.h | ||
| FirstPool | AllocType::FPoolInfo * | HAL/MallocBinnedCommon.h | ||
| Next | FPoolHashBucket * | HAL/MallocBinnedCommon.h | ||
| Prev | FPoolHashBucket * | HAL/MallocBinnedCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Link
(
FPoolHashBucket* After |
HAL/MallocBinnedCommon.h | ||
void Unlink() |
HAL/MallocBinnedCommon.h |