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

This class contains information about stack usage. More...

#include <CDataController.h>

Public Member Functions

 CStackUsage ()
ADDRESS_64 getBase ()
 Returns base address of stack.
ADDRESS_64 getSize ()
 Returns size of stack.
ADDRESS_64 getUsed ()
 Returns used size of stack.

Detailed Description

This class contains information about stack usage.

Clients should not instantiate this class, call method CDataController::getStackUsage() to get instances of this class.

Constructor & Destructor Documentation

◆ CStackUsage()

isys::CStackUsage::CStackUsage ( )
inline
Since
9.12.288

Member Function Documentation

◆ getBase()

ADDRESS_64 isys::CStackUsage::getBase ( )
inline

Returns base address of stack.

Since
9.12.288

◆ getSize()

ADDRESS_64 isys::CStackUsage::getSize ( )
inline

Returns size of stack.

Since
9.12.288

◆ getUsed()

ADDRESS_64 isys::CStackUsage::getUsed ( )
inline

Returns used size of stack.

Since
9.12.288