Do not modify the alignment of space allocated by aligned_alloc()
by calling use realloc()
to increase the size of a block that has strict alignment requirements.
Noncompliant Code Example
...
Do not modify the alignment of space allocated by aligned_alloc()
by calling use realloc()
to increase the size of a block that has strict alignment requirements.
...