On Fri, 27 Jun 2025, Florian Weimer wrote: > From an implementation perspective, we need clarification that the > allocation functions (except aligned_alloc) may reduce the alignment of > the returned pointer to a power of two greater or equal to the requested > size, for allocation sizes that are less than the fundamental alignment.
That was already changed in C23 (see N2293, accepted October 2018), reversing the previous rule from C90 DR#075. -- Joseph S. Myers josmy...@redhat.com