RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Variables
stackallocator.c File Reference

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...

#include <rtems/score/stack.h>
#include <rtems/score/wkspace.h>

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.
 

Detailed Description

This source file contains a definition of _Stack_Allocator_avoids_workspace and _Stack_Allocator_allocate which allocates the thread stacks from the RTEMS Workspace.