RTEMS 6.1-rc1
Functions
configstackspacesize.c File Reference

This source file contains the implementation of rtems_configuration_get_stack_space_size(). More...

#include <rtems/config.h>
#include <rtems/score/stack.h>
#include <rtems/score/tls.h>
#include <rtems/score/thread.h>

Functions

uintptr_t rtems_configuration_get_stack_space_size (void)
 Gets the configured size in bytes of the memory space used to allocate thread stacks for this application. More...
 

Detailed Description

This source file contains the implementation of rtems_configuration_get_stack_space_size().