Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FMallocBinned2
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Private/HAL/MallocBinned2.cpp |
| Include | #include "HAL/MallocBinned2.cpp" |
Syntax
struct PoolHashBucket
Remarks
Hash table struct for retrieving allocation book keeping information
Variables
| Type | Name | Description | |
|---|---|---|---|
| UPTRINT | BucketIndex | ||
| FPoolInfo * | FirstPool | ||
| PoolHashBucket * | Next | ||
| PoolHashBucket * | Prev |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Link
(
PoolHashBucket* After |
||
| void | Unlink () |