LLVM 19.0.0git
Public Attributes | List of all members
AllocMatchInfo Struct Reference

Public Attributes

uint64_t TotalSize = 0
 
AllocationType AllocType = AllocationType::None
 
bool Matched = false
 

Detailed Description

Definition at line 772 of file MemProfiler.cpp.

Member Data Documentation

◆ AllocType

AllocationType AllocMatchInfo::AllocType = AllocationType::None

Definition at line 774 of file MemProfiler.cpp.

◆ Matched

bool AllocMatchInfo::Matched = false

Definition at line 775 of file MemProfiler.cpp.

◆ TotalSize

uint64_t AllocMatchInfo::TotalSize = 0

Definition at line 773 of file MemProfiler.cpp.


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