TProcessMemoryInfo Class Reference

#include <e32cmn.h>

class TProcessMemoryInfo

Detailed Description

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

See also: RProcess::GetMemoryInfo

Member Attribute Documentation

iCodeBase

TUint32 iCodeBase

The code base address (.text).

iCodeSize

TUint32 iCodeSize

The size of the code section (.text).

iConstDataBase

TUint32 iConstDataBase

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

iConstDataSize

TUint32 iConstDataSize

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

iInitialisedDataBase

TUint32 iInitialisedDataBase

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

iInitialisedDataSize

TUint32 iInitialisedDataSize

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

iUninitialisedDataBase

TUint32 iUninitialisedDataBase

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

iUninitialisedDataSize

TUint32 iUninitialisedDataSize

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