SbrkRegion.alignedAllocate

Rounds the given size to a multiple of thew alignment

  1. size_t goodAllocSize(size_t n)
  2. void[] allocate(size_t bytes)
  3. void[] alignedAllocate(size_t bytes, uint a)
    struct SbrkRegion(uint minAlign = platformAlignment)
    shared @trusted nothrow @nogc
    void[]
    alignedAllocate
    (
    size_t bytes
    ,
    uint a
    )

Meta