winIDEA SDK
Loading...
Searching...
No Matches
isys::CSystemMemoryAreas Class Reference

Description

This class contains information about system memory areas.

This class is not intended to be instantiated by clients. Call CDataController::getSystemMemoryAreas() to get instance of this class.

#include <CDataController.h>

Public Member Functions

int getMemAreaCodePhysical ()
 Returns physical memory area of code.
 
int getMemAreaCodeVirtual ()
 Returns virtual memory area of code symbols.
 
int getMemAreaDataPhysical ()
 Returns physical memory area of data.
 
int getMemAreaDataVirtual ()
 Returns virtual memory area of data symbols.
 
int getMemAreaSFR ()
 Returns memory area of SFR space.