![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSmapsFileParser.h>
Inheritance diagram for itk::VMMapData_10_2:
Collaboration diagram for itk::VMMapData_10_2:Public Types | |
| typedef MapData::MemoryLoadType | MemoryLoadType |
Public Types inherited from itk::MapData | |
Public Member Functions | |
| virtual MemoryLoadType | GetHeapUsage () |
| virtual MemoryLoadType | GetStackUsage () |
| VMMapData_10_2 () | |
| virtual | ~VMMapData_10_2 () |
Public Member Functions inherited from itk::MapData | |
| bool | Empty () |
| virtual MemoryLoadType | GetMemoryUsage (const char *filter, const char *token) |
| virtual MemoryLoadType | GetTotalMemoryUsage () |
| virtual | ~MapData () |
Protected Attributes | |
| bool | m_UsingSummary |
Protected Attributes inherited from itk::MapData | |
| MapRecordVectorType | m_Records |
Friends | |
| ITKCommon_EXPORT std::istream & | operator>> (std::istream &stream, VMMapData_10_2 &data) |
Additional Inherited Members | |
Protected Types inherited from itk::MapData | |
| typedef std::vector< MapRecord * > | MapRecordVectorType |
Protected Member Functions inherited from itk::MapData | |
| void | Reset (void) |
TODO.
Apparently the vmmap command exists since at least Mac OS X v10.2 On Tiger, /usr/bin/vmmap used to be installed by the Essentials.pkg, On Panther, /usr/bin/vmmap used to be installed by the DevTools.pkg,
Definition at line 193 of file itkSmapsFileParser.h.
need a large enough type to be able to accumulate the SmapsRecord
Reimplemented from itk::MapData.
Definition at line 196 of file itkSmapsFileParser.h.
| itk::VMMapData_10_2::VMMapData_10_2 | ( | ) |
|
virtual |
|
virtual |
Returns the heap usage in kB of the process
Implements itk::MapData.
|
virtual |
Returns the stack usage in kB of the process
Implements itk::MapData.
|
friend |
fill the smaps data
|
protected |
Definition at line 211 of file itkSmapsFileParser.h.
1.8.1