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

Detailed Description

Definition at line 38 of file MallocDoubleFreeFinder.h.

Constructor & Destructor Documentation

◆ TrackedAllocationData() [1/2]

FMallocDoubleFreeFinder::TrackedAllocationData::TrackedAllocationData ( )
inline

Definition at line 42 of file MallocDoubleFreeFinder.h.

◆ TrackedAllocationData() [2/2]

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

Definition at line 47 of file MallocDoubleFreeFinder.h.

◆ ~TrackedAllocationData()

FMallocDoubleFreeFinder::TrackedAllocationData::~TrackedAllocationData ( )
inline

Definition at line 52 of file MallocDoubleFreeFinder.h.

Member Data Documentation

◆ CallStackIndex

int32 FMallocDoubleFreeFinder::TrackedAllocationData::CallStackIndex

Definition at line 41 of file MallocDoubleFreeFinder.h.

◆ Size

SIZE_T FMallocDoubleFreeFinder::TrackedAllocationData::Size

Definition at line 40 of file MallocDoubleFreeFinder.h.


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