ScopedAllocator.allocate

Allocates memory. For management it actually allocates extra memory from the parent.

struct ScopedAllocator(ParentAllocator)
void[]
allocate
(
size_t n
)

Meta