Skip to content

Implement posix_memalign()

Implement posix_memalign(), ensuring the requested alignment is a power-of-two-multiple of sizeof(void *).

Merge request reports