PoolHashBucket

Hash table struct for retrieving allocation book keeping information

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Private/HAL/MallocBinned.cpp

Include

#include "HAL/MallocBinned.cpp"

Syntax

struct PoolHashBucket

Remarks

Hash table struct for retrieving allocation book keeping information

Variables

Name Description

Public variable

FPoolInfo *

 

FirstPool

Public variable

UPTRINT

 

Key

Public variable

PoolHashBucket ...

 

Next

Public variable

PoolHashBucket ...

 

Prev

Constructors

Name Description

Public function

PoolHashBucket()

Functions

Name Description

Public function

void

 

Link

(
    PoolHashBucket* After
)

Public function Static

void

 

Link

(
    PoolHashBucket* Node,
    PoolHashBucket* Before,
    PoolHashBucket* After
)

Public function

void

 

Unlink()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss