aligned_alloc
extern void *aligned_alloc(size_t alignment, size_t size) _ALIGNED_BY_ARG(1);
DEF_STRONG(aligned_alloc);