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

Paul Eggert eggert@cs.ucla.edu
Thu Nov 7 17:06:00 GMT 2013


On 11/07/2013 12:33 AM, Will Newton wrote:
> The majority of
> code out there seems to be using posix_memalign and it is not
> deprecated (i.e. it remains in currently applicable standards).
> aligned_alloc seems pretty much unused AFAICT.

This is mainly because posix_memalign has been there for
years and aligned_alloc is new.  The newer interface is clearly better,
and the documentation shouldn't recommend the worse interface.

It's no big deal; if you want to mention both,
go ahead -- but please at least mention aligned_alloc first.

This thread reminded me to change GNU Emacs to prefer aligned_alloc to
posix_memalign if available.  Thanks!

http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/115014



More information about the Libc-alpha mailing list