LLVM: AllocMatchInfo Struct Reference (original) (raw)
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| uint64_t | TotalSize = 0 |
| AllocationType | AllocType = AllocationType::None |
| std::set< unsigned > | MatchedFramesSet |
| std::vector< Frame > | CallStack |
Detailed Description
Definition at line 238 of file MemProfUse.cpp.
Constructor & Destructor Documentation
| 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:
- lib/Transforms/Instrumentation/MemProfUse.cpp