AlignedMallocator.alignedAllocate

Uses posix_memalign on Posix and __aligned_malloc on Windows.

  1. void[] alignedAllocate(size_t bytes, uint a)
    struct AlignedMallocator
    version(Posix)
    @trusted @nogc nothrow static
    void[]
    alignedAllocate
    ()
    (
    size_t bytes
    ,
    uint a
    )
  2. void[] alignedAllocate(size_t bytes, uint a)

Meta