aligned_alloc

since C11

version(AlignedAllocSupported)
extern (C) nothrow @nogc
void*
aligned_alloc
(
size_t alignment
,
size_t size
)

Meta