summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/taskstackallocatorinit.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/opt/taskstackallocatorinit.yml')
-rw-r--r--spec/acfg/opt/taskstackallocatorinit.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/spec/acfg/opt/taskstackallocatorinit.yml b/spec/acfg/opt/taskstackallocatorinit.yml
index c5c549da..74060ea6 100644
--- a/spec/acfg/opt/taskstackallocatorinit.yml
+++ b/spec/acfg/opt/taskstackallocatorinit.yml
@@ -1,16 +1,24 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-constraint:
+appl-config-option-type: initializer
+constraints:
custom:
- |
The value of this configuration option shall be defined to a valid function
pointer of the type ``void ( *initialize )( size_t )`` or to ``NULL``.
-appl-config-option-default-value: '``NULL``'
-appl-config-option-description: |
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: '``NULL``'
+description: |
The value of this configuration option initializes the stack allocator
initialization handler.
-appl-config-option-index: []
-appl-config-option-name: CONFIGURE_TASK_STACK_ALLOCATOR_INIT
-appl-config-option-notes: |
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: ../stackalloc
+name: CONFIGURE_TASK_STACK_ALLOCATOR_INIT
+notes: |
A correctly configured system shall configure the following to be consistent:
- `CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
@@ -18,13 +26,5 @@ appl-config-option-notes: |
- :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
- :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
-appl-config-option-type: initializer
-copyrights:
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
-enabled-by: true
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: ../stackalloc
text: ''
type: interface