UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMallocBinned::PoolHashBucket Struct Reference

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
 
FPoolInfoFirstPool
 
PoolHashBucketPrev
 
PoolHashBucketNext
 

Detailed Description

Hash table struct for retrieving allocation book keeping information

Constructor & Destructor Documentation

◆ PoolHashBucket()

FMallocBinned::PoolHashBucket::PoolHashBucket ( )
inline

Member Function Documentation

◆ Link() [1/2]

void FMallocBinned::PoolHashBucket::Link ( PoolHashBucket After)
inline

◆ Link() [2/2]

static void FMallocBinned::PoolHashBucket::Link ( PoolHashBucket Node,
PoolHashBucket Before,
PoolHashBucket After 
)
inlinestatic

◆ Unlink()

void FMallocBinned::PoolHashBucket::Unlink ( )
inline

Member Data Documentation

◆ FirstPool

FPoolInfo* FMallocBinned::PoolHashBucket::FirstPool

◆ Key

UPTRINT FMallocBinned::PoolHashBucket::Key

◆ Next

PoolHashBucket* FMallocBinned::PoolHashBucket::Next

◆ Prev

PoolHashBucket* FMallocBinned::PoolHashBucket::Prev

The documentation for this struct was generated from the following file: