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>
|
||||
|
||||
* 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
|
||||
|
||||
The @code{@value{DIRPREFIX}region_resize_segment} directive
|
||||
is used to change the size in bytes of the specified segment. The
|
||||
size may be increased or decreased. When increasing the
|
||||
size of a segment, it is possible that the request cannot be
|
||||
satisfied. This directive is used to support the @code{realloc()}
|
||||
function in the Standard C Library.
|
||||
The @code{@value{DIRPREFIX}region_resize_segment} directive is used
|
||||
to change the size in bytes of the specified segment. The size may be
|
||||
increased or decreased. When increasing the size of a segment, it is
|
||||
possible that the request cannot be satisfied. This directive provides
|
||||
functionality similar to the @code{realloc()} function in the Standard
|
||||
C Library.
|
||||
|
||||
@subsection Deleting a Region
|
||||
|
||||
|
||||
Reference in New Issue
Block a user