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 2/2] manual/memory.texi: Document aligned_alloc.


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


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