![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| PoolHashBucket () | |
| void | Link (PoolHashBucket *After) |
| void | Unlink () |
Static Public Member Functions | |
| static void | Link (PoolHashBucket *Node, PoolHashBucket *Before, PoolHashBucket *After) |
Public Attributes | |
| UPTRINT | Key |
| FPoolInfo * | FirstPool |
| PoolHashBucket * | Prev |
| PoolHashBucket * | Next |
Hash table struct for retrieving allocation book keeping information
|
inline |
|
inline |
|
inlinestatic |
|
inline |
| FPoolInfo* FMallocBinned::PoolHashBucket::FirstPool |
| UPTRINT FMallocBinned::PoolHashBucket::Key |
| PoolHashBucket* FMallocBinned::PoolHashBucket::Next |
| PoolHashBucket* FMallocBinned::PoolHashBucket::Prev |