mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/region.t: Malloc Family is not implemented in termios of Region Manager after 4.7. Correct documentation.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* user/region.t: Malloc Family is not implemented in termios of Region
|
||||||
|
Manager after 4.7. Correct documentation.
|
||||||
|
|
||||||
2008-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2008-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* bsp_howto/console.t: Remove size constraints on image. Fix a
|
* bsp_howto/console.t: Remove size constraints on image. Fix a
|
||||||
|
|||||||
@@ -205,12 +205,12 @@ rounding up to a page size boundary.
|
|||||||
|
|
||||||
@subsection Changing the Size of a Segment
|
@subsection Changing the Size of a Segment
|
||||||
|
|
||||||
The @code{@value{DIRPREFIX}region_resize_segment} directive
|
The @code{@value{DIRPREFIX}region_resize_segment} directive is used
|
||||||
is used to change the size in bytes of the specified segment. The
|
to change the size in bytes of the specified segment. The size may be
|
||||||
size may be increased or decreased. When increasing the
|
increased or decreased. When increasing the size of a segment, it is
|
||||||
size of a segment, it is possible that the request cannot be
|
possible that the request cannot be satisfied. This directive provides
|
||||||
satisfied. This directive is used to support the @code{realloc()}
|
functionality similar to the @code{realloc()} function in the Standard
|
||||||
function in the Standard C Library.
|
C Library.
|
||||||
|
|
||||||
@subsection Deleting a Region
|
@subsection Deleting a Region
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user