|
LLVM 22.0.0git
|
Public Member Functions | |
| AllocMatchInfo (uint64_t TotalSize, AllocationType AllocType) | |
Public Attributes | |
| uint64_t | TotalSize = 0 |
| AllocationType | AllocType = AllocationType::None |
| std::set< unsigned > | MatchedFramesSet |
| std::vector< Frame > | CallStack |
Definition at line 238 of file MemProfUse.cpp.
|
inline |
Definition at line 254 of file MemProfUse.cpp.
| AllocationType AllocMatchInfo::AllocType = AllocationType::None |
Definition at line 242 of file MemProfUse.cpp.
Referenced by AllocMatchInfo().
| std::vector<Frame> AllocMatchInfo::CallStack |
Definition at line 250 of file MemProfUse.cpp.
| std::set<unsigned> AllocMatchInfo::MatchedFramesSet |
Definition at line 247 of file MemProfUse.cpp.
| uint64_t AllocMatchInfo::TotalSize = 0 |
Definition at line 240 of file MemProfUse.cpp.
Referenced by AllocMatchInfo().