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
template<class T>
struct TPoolHashBucket
Remarks
Hash table struct for retrieving allocation book keeping information
Variables
| Type | Name | Description | |
|---|---|---|---|
| UPTRINT | BucketIndex | ||
| T * | FirstPool | ||
| TPoolHashBucket * | Next | ||
| TPoolHashBucket * | Prev |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Link
(
TPoolHashBucket* After |
||
| void | Unlink () |