Function RegionAllocator.allocSize

Returns the number of bytes used to satisfy an allocation request of nBytes. Will return a value greater than or equal to nBytes to account for alignment overhead.

static ulong allocSize (
  ulong nBytes
) pure;