TMemSpyHeapStatisticsRHeapBase Class Reference

class TMemSpyHeapStatisticsRHeapBase

Base class for MemSpy RHeap statistics

Constructor & Destructor Documentation

TMemSpyHeapStatisticsRHeapBase(TType)

TMemSpyHeapStatisticsRHeapBase ( TType aType ) [inline]

Parameters

TType aType

Member Functions Documentation

LargestCellAddress()

TAny * LargestCellAddress ( ) const [inline]

LargestCellSize()

TUint LargestCellSize ( ) const [inline]

SetLargestCellAddress(TAny *)

void SetLargestCellAddress ( TAny * aAddress ) [inline]

Parameters

TAny * aAddress

SetLargestCellSize(TUint)

void SetLargestCellSize ( TUint aSize ) [inline]

Parameters

TUint aSize

SetTypeCount(TUint)

void SetTypeCount ( TUint aValue ) [inline]

Parameters

TUint aValue

SetTypeSize(TUint)

void SetTypeSize ( TUint aValue ) [inline]

Parameters

TUint aValue

Type()

TType Type ( ) const [inline]

TypeCount()

TUint TypeCount ( ) const [inline]

TypeSize()

TUint TypeSize ( ) const [inline]

Member Enumerations Documentation

Enum TType

Enumerators

ETypeAllocated = 0
ETypeFree

Member Data Documentation

TAny * iLargestCellAddress

TAny * iLargestCellAddress [private]

TUint iLargestCellSize

TUint iLargestCellSize [private]

TType iType

TType iType [private]

TUint iTypeCount

TUint iTypeCount [private]

TUint iTypeSize

TUint iTypeSize [private]