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 v2 1/2] manual/memory.texi: Bring aligned allocation docs up to date.


This version of the patch suggests posix_memalign,
and doesn't mention aligned_alloc at all.  The documentation
should suggest aligned_alloc first, and posix_memalign second.
aligned_alloc is the better interface and is part of C11 so it'll
be available on more platforms eventually; posix_memalign
is also worth mentioning as it's available on more platforms
now.


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