TProcessMemoryInfo Class Reference

class TProcessMemoryInfo

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

RProcess::GetMemoryInfo

Member Data Documentation

TUint32 iCodeBase

TUint32 iCodeBase

The code base address (.text).

TUint32 iCodeSize

TUint32 iCodeSize

The size of the code section (.text).

TUint32 iConstDataBase

TUint32 iConstDataBase

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

TUint32 iConstDataSize

TUint32 iConstDataSize

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

TUint32 iInitialisedDataBase

TUint32 iInitialisedDataBase

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

TUint32 iInitialisedDataSize

TUint32 iInitialisedDataSize

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

TUint32 iUninitialisedDataBase

TUint32 iUninitialisedDataBase

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

TUint32 iUninitialisedDataSize

TUint32 iUninitialisedDataSize

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