Requests a properly aligned block of memory of count * T.sizeof
bytes from allocator.
If initialize is true the returned memory will be set to T.init.
If allocation fails allocate will also call $(COREREF exception, onOutOfMemoryError)
which is expected to throw an $(COREREF exception, OutOfMemoryError).
Requests a properly aligned block of memory of count * T.sizeof bytes from allocator.
If initialize is true the returned memory will be set to T.init.
If allocation fails allocate will also call $(COREREF exception, onOutOfMemoryError) which is expected to throw an $(COREREF exception, OutOfMemoryError).
Preconditions: count != 0