Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
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

Definition at line 161 of file MallocCallstackHandler.h.

Constructor & Destructor Documentation

◆ FCallStackMapKey()

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

Definition at line 166 of file MallocCallstackHandler.h.

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FCallStackMapKey & InKey)
friend

Definition at line 192 of file MallocCallstackHandler.h.

◆ operator==

Definition at line 172 of file MallocCallstackHandler.h.

Member Data Documentation

◆ CallStack

uint64* FMallocCallstackHandler::FCallStackMapKey::CallStack

Definition at line 164 of file MallocCallstackHandler.h.

◆ CRC

uint32 FMallocCallstackHandler::FCallStackMapKey::CRC

Definition at line 163 of file MallocCallstackHandler.h.


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