Next: posix_openpt
, Previous: posix_mem_offset
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
posix_memalign
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_memalign.html
Gnulib module: posix_memalign
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
The Gnulib module aligned-malloc
provides functions for
allocating and freeing blocks of suitably aligned memory.
The Gnulib module pagealign_alloc
provides a similar API for
allocating and freeing blocks of memory aligned on a system page boundary.