n bytes, or null.void[] allocate(size_t n) nothrow @nogc @safeAllocates n bytes. Allocation searches the list of available blocks until a free block with n or more bytes is found (first fit strategy). The block is split (if larger) and returned.
n | number of bytes to _allocate |
n bytes, or null.