#include <e32cmn.h>
class TProcessMemoryInfo |
Contains information about the code and data sections belonging to a process.
See also: RProcess::GetMemoryInfo
TUint32 | iInitialisedDataBase |
The base address 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).