ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Attributes | Friends
itk::VMMapData_10_2 Class Reference

TODO. More...

#include <itkSmapsFileParser.h>

Inheritance diagram for itk::VMMapData_10_2:
Collaboration diagram for itk::VMMapData_10_2:

List of all members.

Public Types

typedef MapData::MemoryLoadType MemoryLoadType

Public Member Functions

virtual MemoryLoadType GetHeapUsage ()
virtual MemoryLoadType GetStackUsage ()
 VMMapData_10_2 ()
virtual ~VMMapData_10_2 ()

Protected Attributes

bool m_UsingSummary

Friends

ITKCommon_EXPORT std::istream & operator>> (std::istream &stream, VMMapData_10_2 &data)

Detailed Description

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.


Member Typedef Documentation

need a large enough type to be able to accumulate the SmapsRecord

Reimplemented from itk::MapData.

Definition at line 196 of file itkSmapsFileParser.h.


Constructor & Destructor Documentation

itk::VMMapData_10_2::VMMapData_10_2 ( )
virtual itk::VMMapData_10_2::~VMMapData_10_2 ( ) [virtual]

Member Function Documentation

virtual MemoryLoadType itk::VMMapData_10_2::GetHeapUsage ( ) [virtual]

Returns the heap usage in kB of the process

Implements itk::MapData.

virtual MemoryLoadType itk::VMMapData_10_2::GetStackUsage ( ) [virtual]

Returns the stack usage in kB of the process

Implements itk::MapData.


Friends And Related Function Documentation

ITKCommon_EXPORT std::istream& operator>> ( std::istream &  stream,
VMMapData_10_2 data 
) [friend]

fill the smaps data


Member Data Documentation

Definition at line 211 of file itkSmapsFileParser.h.


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