class TProcessMemoryInfo |
Contains information about the code and data sections belonging to a process.
TUint32 | iConstDataBase |
The base address of the constant data section (.radata).
TUint32 | iInitialisedDataBase |
The base address of the initialised data section (.data).
TUint32 | iInitialisedDataSize |
The size of the initialised data section (.data).
TUint32 | iUninitialisedDataBase |
The base address of the uninitialised data section (.bss).
TUint32 | iUninitialisedDataSize |
The size of the uninitialised data section (.bss).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.