mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-04 16:57:23 +08:00
c-user: Add type roles
This commit is contained in:
parent
2a2d33ccfc
commit
278550b2d8
@ -713,9 +713,9 @@ Gets the region information.
|
|||||||
This parameter is the region identifier.
|
This parameter is the region identifier.
|
||||||
|
|
||||||
``the_info``
|
``the_info``
|
||||||
This parameter is the pointer to a Heap_Information_block object. When the
|
This parameter is the pointer to a :c:type:`Heap_Information_block` object.
|
||||||
directive call is successful, the information of the region will be stored
|
When the directive call is successful, the information of the region will
|
||||||
in this object.
|
be stored in this object.
|
||||||
|
|
||||||
.. rubric:: DESCRIPTION:
|
.. rubric:: DESCRIPTION:
|
||||||
|
|
||||||
@ -788,9 +788,9 @@ Gets the region free information.
|
|||||||
This parameter is the region identifier.
|
This parameter is the region identifier.
|
||||||
|
|
||||||
``the_info``
|
``the_info``
|
||||||
This parameter is the pointer to a Heap_Information_block object. When the
|
This parameter is the pointer to a :c:type:`Heap_Information_block` object.
|
||||||
directive call is successful, the free information of the region will be
|
When the directive call is successful, the free information of the region
|
||||||
stored in this object.
|
will be stored in this object.
|
||||||
|
|
||||||
.. rubric:: DESCRIPTION:
|
.. rubric:: DESCRIPTION:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user