Will Newton 0a096e4487 manual/memory.texi: Bring aligned allocation docs up to date.
The current documentation suggests using memalign and valloc which
are now considered obsolete, so suggest using posix_memalign instead.
Also document the possible error return and errno values for memalign
and posix_memalign and improve documentation of __memalign_hook.

ChangeLog:

2013-12-16  Will Newton  <will.newton@linaro.org>

	* manual/memory.texi (Malloc Examples): Clarify default
	alignment documentation.  Suggest posix_memalign rather
	than memalign or valloc.
	(Aligned Memory Blocks): Remove suggestion to use memalign
	or valloc.  Remove obsolete comment about BSD.
	Document memalign errno values and mark the function obsolete.
	Document posix_memalign returned error codes.  Mark valloc
	as obsolete.  (Hooks for Malloc): __memalign_hook is also
	called for posix_memalign and valloc.
	(Summary of Malloc): Add posix_memalign to function summary.
	__memalign_hook is also called for posix_memalign and valloc.
2013-12-16 14:51:29 +00:00
..
2013-08-30 18:10:31 +02:00
2013-08-01 17:27:04 -07:00
2012-03-21 16:56:28 +00:00
2013-03-14 12:37:42 +05:30
dir
..
2005-11-21 15:45:19 +00:00
2013-05-30 05:51:22 -06:00
2013-08-30 18:10:31 +02:00
2012-03-21 16:56:28 +00:00
2013-06-05 20:44:03 +00:00
2013-12-02 23:33:37 +01:00
2013-10-30 17:32:08 +10:00
2013-09-20 11:10:54 -03:00
2013-11-28 22:31:03 +00:00
2013-02-20 13:30:23 -05:00
2013-11-20 15:46:02 +01:00
2013-08-30 18:10:31 +02:00
2013-06-25 17:21:48 +00:00
2013-10-04 17:21:32 +05:30