This class contains information about stack usage.
More...
#include <CDataController.h>
|
| | CStackUsage () |
| ADDRESS_64 | getBase () |
| | Returns base address of stack.
|
| ADDRESS_64 | getSize () |
| | Returns size of stack.
|
| ADDRESS_64 | getUsed () |
| | Returns used size of stack.
|
This class contains information about stack usage.
Clients should not instantiate this class, call method CDataController::getStackUsage() to get instances of this class.
◆ CStackUsage()
| isys::CStackUsage::CStackUsage |
( |
| ) |
|
|
inline |
◆ 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