GCAllocator.allocate
void[] allocate(size_t bytes) pure nothrow @trusted shared constStandard allocator methods per the semantics defined above. The deallocate and reallocate methods are @system because they may move memory around, leaving dangling pointers in user code.