This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 2/2] manual/memory.texi: Document aligned_alloc.


On Tue, Nov 26, 2013 at 09:58:30AM +0000, Will Newton wrote:
> 
> ChangeLog:
> 
> 2013-11-06  Will Newton  <will.newton@linaro.org>
> 
> 	* manual/memory.texi (Malloc Examples): Mention aligned_alloc.
> 	(Aligned Memory Blocks): Add documentation for aligned_alloc
> 	and suggest it as an alternative to posix_memalign.
> 	(Hooks for Malloc): Document __memalign_hook is also called
> 	for aligned_alloc.  (Summary of Malloc): Add summary for
> 	aligned alloc.  Document __memalign_hook is also called
> 	for aligned_alloc.
> ---
>  manual/memory.texi | 63 ++++++++++++++++++++++++++++++++++++++++--------------
>  1 file changed, 47 insertions(+), 16 deletions(-)
> 
looks ok, first patch was already reviewed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]