summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/task-stack-allocator.yml
blob: 349483da0826daab4e2be0697e582805c4e3b58c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
appl-config-option-type: initializer
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: |
  The default value is ``_Workspace_Allocate``, which indicates that task
  stacks will be allocated from the RTEMS Workspace.
description: |
  The value of this configuration option initializes the stack allocator
  allocate handler.
enabled-by: true
index-entries:
- task stack allocator
interface-type: appl-config-option
links:
- role: interface-placement
  uid: domain
- role: interface-ingroup
  uid: group-stackalloc
- role: constraint
  uid: ../constraint/init-task-stack-allocator
name: CONFIGURE_TASK_STACK_ALLOCATOR
notes: |
  A correctly configured system shall configure the following to be consistent:

  * ${task-stack-allocator-init:/name}

  * ``CONFIGURE_TASK_STACK_ALLOCATOR``

  * ${task-stack-deallocator:/name}
type: interface