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
size_t
allocSize
pure nothrow
(
size_t nBytes
)

Meta