Allocates the next size bytes from the region and returns a slice to it.
If the current chunk is too full, then a new one is allocated and used.
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.
If the current chunk is too full, then a new one is allocated and used.