mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:36:50 +08:00
c-user: Clarify constraints
This commit is contained in:
parent
084a564ba8
commit
7918ef8df8
@ -411,8 +411,14 @@ DEFAULT VALUE:
|
|||||||
The default value is 0.
|
The default value is 0.
|
||||||
|
|
||||||
VALUE CONSTRAINTS:
|
VALUE CONSTRAINTS:
|
||||||
The value of this configuration option shall be greater than or equal to 0
|
The value of this configuration option shall satisfy all of the following
|
||||||
and less than or equal to `SIZE_MAX <https://en.cppreference.com/w/c/types/limits>`_.
|
constraints:
|
||||||
|
|
||||||
|
* It shall be greater than or equal to 0.
|
||||||
|
|
||||||
|
* It shall be less than or equal to `SIZE_MAX <https://en.cppreference.com/w/c/types/limits>`_.
|
||||||
|
|
||||||
|
* It shall be an integral multiple of :c:macro:`RTEMS_TASK_STORAGE_ALIGNMENT`.
|
||||||
|
|
||||||
DESCRIPTION:
|
DESCRIPTION:
|
||||||
If the value of this configuration option is greater than zero, then it
|
If the value of this configuration option is greater than zero, then it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user