SbrkRegion.goodAllocSize

Rounds the given size to a multiple of thew alignment

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

Meta