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).