Allocates the next size bytes from the region and returns a slice to it.
Number of bytes from the region to allocate.
A slice to the next size unused bytes from the region.
See Implementation
Allocates the next size bytes from the region and returns a slice to it.