n, or null if request could not
be satisfied.
void[] allocate(size_t n) pure nothrow @trusted @nogcAllocates n bytes of memory. The allocation is served by atomically incrementing a pointer which keeps track of the current used space.
n | number of bytes to allocate |
n, or null if request could not
be satisfied.