summaryrefslogtreecommitdiffstats
path: root/c-user/config/task-stack-alloc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/config/task-stack-alloc.rst')
-rw-r--r--c-user/config/task-stack-alloc.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/c-user/config/task-stack-alloc.rst b/c-user/config/task-stack-alloc.rst
index 203757a..8f4f349 100644
--- a/c-user/config/task-stack-alloc.rst
+++ b/c-user/config/task-stack-alloc.rst
@@ -43,7 +43,7 @@ NOTES:
* :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- * `CONFIGURE_TASK_STACK_ALLOCATOR`
+ * ``CONFIGURE_TASK_STACK_ALLOCATOR``
* :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
@@ -86,11 +86,12 @@ OPTION TYPE:
This configuration option is an initializer define.
DEFAULT VALUE:
- The default value is ``NULL``.
+ The default value is `NULL <https://en.cppreference.com/w/c/types/NULL>`_.
VALUE CONSTRAINTS:
The value of this configuration option shall be defined to a valid function
- pointer of the type ``void ( *initialize )( size_t )`` or to ``NULL``.
+ pointer of the type ``void ( *initialize )( size_t )`` or to
+ `NULL <https://en.cppreference.com/w/c/types/NULL>`_.
DESCRIPTION:
The value of this configuration option initializes the stack allocator
@@ -99,7 +100,7 @@ DESCRIPTION:
NOTES:
A correctly configured system shall configure the following to be consistent:
- * `CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
+ * ``CONFIGURE_TASK_STACK_ALLOCATOR_INIT``
* :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
@@ -138,7 +139,7 @@ NOTES:
* :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
- * `CONFIGURE_TASK_STACK_DEALLOCATOR`
+ * ``CONFIGURE_TASK_STACK_DEALLOCATOR``
.. index:: CONFIGURE_TASK_STACK_FROM_ALLOCATOR
.. index:: task stack allocator