|
|
|
class TProcessMemoryInfo;
Contains information about the code and data sections belonging to a process.
Defined in TProcessMemoryInfo:
iCodeBaseThe code base address (.text). iCodeSizeThe size of the code section (.text). iConstDataBaseThe base address of the constant data section (.radata). iConstDataSizeThe size of the constant data section (.radata). iInitialisedDataBaseThe base address of the initialised data section (.data). iInitialisedDataSizeThe size of the initialised data section (.data). iUninitialisedDataBaseThe base address of the uninitialised data section (.bss). iUninitialisedDataSizeThe size of the uninitialised data section (.bss). RProcess::GetMemoryInfo(TModuleMemoryInfo &)constGets 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).