LLVM 22.0.0git
AllocMatchInfo Struct Reference

Public Member Functions

 AllocMatchInfo (uint64_t TotalSize, AllocationType AllocType)

Public Attributes

uint64_t TotalSize = 0
AllocationType AllocType = AllocationType::None
std::set< unsignedMatchedFramesSet
std::vector< FrameCallStack

Detailed Description

Definition at line 238 of file MemProfUse.cpp.

Constructor & Destructor Documentation

◆ AllocMatchInfo()

AllocMatchInfo::AllocMatchInfo ( uint64_t TotalSize,
AllocationType AllocType )
inline

Definition at line 254 of file MemProfUse.cpp.

References AllocType, and TotalSize.

Member Data Documentation

◆ AllocType

AllocationType AllocMatchInfo::AllocType = AllocationType::None

Definition at line 242 of file MemProfUse.cpp.

Referenced by AllocMatchInfo().

◆ CallStack

std::vector<Frame> AllocMatchInfo::CallStack

Definition at line 250 of file MemProfUse.cpp.

◆ MatchedFramesSet

std::set<unsigned> AllocMatchInfo::MatchedFramesSet

Definition at line 247 of file MemProfUse.cpp.

◆ TotalSize

uint64_t AllocMatchInfo::TotalSize = 0

Definition at line 240 of file MemProfUse.cpp.

Referenced by AllocMatchInfo().


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