The OpenD Programming Language

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.

struct RegionAllocator
static pure nothrow
size_t
allocSize
(
size_t nBytes
)

Meta