![Symbian Developer Library](../../../../a_stock/images/mainheading.gif)
![]() |
![]() |
|
class TProcessMemoryInfo;
Contains information about the code and data sections belonging to a process.
Defined in TProcessMemoryInfo
:
iCodeBase
The code base address (.text). iCodeSize
The size of the code section (.text). iConstDataBase
The base address of the constant data section (.radata). iConstDataSize
The size of the constant data section (.radata). iInitialisedDataBase
The base address of the initialised data section (.data). iInitialisedDataSize
The size of the initialised data section (.data). iUninitialisedDataBase
The base address of the uninitialised data section (.bss). iUninitialisedDataSize
The size of the uninitialised data section (.bss). RProcess::GetMemoryInfo(TModuleMemoryInfo &)const
Gets the size and base address of the code and various data sections of the proc...TUint32 iUninitialisedDataBase;
The base address of the uninitialised data section (.bss).
TUint32 iUninitialisedDataSize;
The size of the uninitialised data section (.bss).