Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32cmn.h

Class TProcessMemoryInfo

class TProcessMemoryInfo;

Description

Contains information about the code and data sections belonging to a process.

Members

Defined in TProcessMemoryInfo:
iCodeBase, iCodeSize, iConstDataBase, iConstDataSize, iInitialisedDataBase, iInitialisedDataSize, iUninitialisedDataBase, iUninitialisedDataSize


Member data


iCodeBase

TUint32 iCodeBase;

Description

The code base address (.text).


iCodeSize

TUint32 iCodeSize;

Description

The size of the code section (.text).


iConstDataBase

TUint32 iConstDataBase;

Description

The base address of the constant data section (.radata).


iConstDataSize

TUint32 iConstDataSize;

Description

The size of the constant data section (.radata).


iInitialisedDataBase

TUint32 iInitialisedDataBase;

Description

The base address of the initialised data section (.data).


iInitialisedDataSize

TUint32 iInitialisedDataSize;

Description

The size of the initialised data section (.data).


iUninitialisedDataBase

TUint32 iUninitialisedDataBase;

Description

The base address of the uninitialised data section (.bss).


iUninitialisedDataSize

TUint32 iUninitialisedDataSize;

Description

The size of the uninitialised data section (.bss).