ITK
6.0.0
Insight Toolkit
|
#include <itkSmapsFileParser.h>
Public Types | |
using | MemoryLoadType = SizeValueType |
Public Member Functions | |
void | Reset () |
virtual | ~MapRecord () |
Public Attributes | |
std::string | m_RecordName {} |
std::map< std::string, MemoryLoadType > | m_Tokens {} |
Definition at line 41 of file itkSmapsFileParser.h.
|
virtual |
void itk::MapRecord::Reset | ( | ) |
Reset the record
std::string itk::MapRecord::m_RecordName {} |
Optional record name
Definition at line 50 of file itkSmapsFileParser.h.
std::map<std::string, MemoryLoadType> itk::MapRecord::m_Tokens {} |
Contains a list of token with the associated memory allocated, tokens could be typically: Size, Rss, Shared_Clean, Shared_Dirty, Private_Clean, Private_Dirty, Referenced.
Definition at line 56 of file itkSmapsFileParser.h.