https://bugs.kde.org/show_bug.cgi?id=446754

Tom Hughes <t...@compton.nu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t...@compton.nu

--- Comment #2 from Tom Hughes <t...@compton.nu> ---
I think that's only true for memalign (which the manual page says is obsolete)
and aligned_alloc (which appears to be an alias for memalign even the manual
page says it has an extra restriction) though, and posix_memalign does enforce
power of two and a multiple of sizeof(void *) as the manual page says:

https://elixir.bootlin.com/glibc/latest/source/malloc/malloc.c#L5553

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to