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

#include <MallocDoubleFreeFinder.h>

Public Member Functions

 TrackedAllocationData ()
 
 TrackedAllocationData (SIZE_T InRequestedSize, int32 InCallStackIndex)
 
 ~TrackedAllocationData ()
 

Public Attributes

SIZE_T Size
 
int32 CallStackIndex
 

Constructor & Destructor Documentation

◆ TrackedAllocationData() [1/2]

FMallocDoubleFreeFinder::TrackedAllocationData::TrackedAllocationData ( )
inline

◆ TrackedAllocationData() [2/2]

FMallocDoubleFreeFinder::TrackedAllocationData::TrackedAllocationData ( SIZE_T  InRequestedSize,
int32  InCallStackIndex 
)
inline

◆ ~TrackedAllocationData()

FMallocDoubleFreeFinder::TrackedAllocationData::~TrackedAllocationData ( )
inline

Member Data Documentation

◆ CallStackIndex

int32 FMallocDoubleFreeFinder::TrackedAllocationData::CallStackIndex

◆ Size

SIZE_T FMallocDoubleFreeFinder::TrackedAllocationData::Size

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