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

#include <MallocCallstackHandler.h>

Public Member Functions

 FCallStackMapKey (uint64 *InCallStack)
 

Public Attributes

uint32 CRC
 
uint64CallStack
 

Friends

bool operator== (const FCallStackMapKey &A, const FCallStackMapKey &B)
 
uint32 GetTypeHash (const FCallStackMapKey &InKey)
 

Detailed Description

Used as a key in our current allocations/freed allocations maps

Constructor & Destructor Documentation

◆ FCallStackMapKey()

FMallocCallstackHandler::FCallStackMapKey::FCallStackMapKey ( uint64 InCallStack)
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FCallStackMapKey InKey)
friend

◆ operator==

bool operator== ( const FCallStackMapKey A,
const FCallStackMapKey B 
)
friend

Member Data Documentation

◆ CallStack

uint64* FMallocCallstackHandler::FCallStackMapKey::CallStack

◆ CRC

uint32 FMallocCallstackHandler::FCallStackMapKey::CRC

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