InSituRegion.allocate

Allocates bytes and returns them, or null if the region cannot accommodate the request. For efficiency reasons, if bytes == 0 the function returns an empty non-null slice.

struct InSituRegion(size_t size, size_t minAlign = platformAlignment)
void[]
allocate
(
size_t n
)

Meta