RTEMS 6.1-rc5
|
This source file contains a definition of _Stack_Allocator_avoids_workspace and _Stack_Allocator_allocate which allocates the thread stacks from the RTEMS Workspace. More...
Variables | |
const bool | _Stack_Allocator_avoids_workspace = false |
Indicates if the stack allocator avoids the workspace. | |
const Stack_Allocator_allocate | _Stack_Allocator_allocate = _Workspace_Allocate |
The stack allocator allocate handler. | |
This source file contains a definition of _Stack_Allocator_avoids_workspace and _Stack_Allocator_allocate which allocates the thread stacks from the RTEMS Workspace.