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:
Joel Sherrill
2008-12-12 14:48:49 +00:00
parent f4b6dc0373
commit b86eb32e1a
2 changed files with 11 additions and 6 deletions

View File

@@ -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

View File

@@ -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