bool rtems_stack_checker_is_blown( void );
TRUE
- Stack is operating within its stack limits
FALSE
- Current stack pointer is outside allocated area
This method is used to determine if the current stack pointer of the currently executing task is within bounds.
This method checks the current stack pointer against the high and low addresses of the stack memory allocated when the task was created and it looks for damage to the high water mark pattern for the worst case usage of the task being called.
Copyright © 1988-2008 OAR Corporation