FPtrToPoolMapping

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/MallocBinned2.h

Include

#include "HAL/MallocBinned2.h"

Syntax

struct FPtrToPoolMapping

Constructors

Name Description

Public function

FPtrToPoolMapping()

Public function

FPtrToPoolMapping

(
    uint32 InPageSize,
    uint64 InNumPoolsPerPage,
    uint64 AddressLimit
)

Functions

Name Description

Public function Const

void

 

GetHashBucketAndPoolIndices

(
    const void* InPtr,
    uint32& OutBucketIndex,
    UPTRINT& OutBucketCollision,
    uint32& OutPoolIndex
)

Public function Const

uint64

 

GetMaxHashBuckets()

Public function

void

 

Init

(
    uint32 InPageSize,
    uint64 InNumPoolsPerPage,
    uint64 AddressLimit
)

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