AlignedMallocator.alignedAllocate

Uses posix_memalign on Posix and __aligned_malloc on Windows.

struct AlignedMallocator
version(Posix)
@trusted @nogc nothrow shared
void[]
alignedAllocate
(
size_t bytes
,
uint a
)

Meta