Allocates the size expressed in bytes aligned by alignment.
Allocates the size expressed in bytes.
Deallocate the specified memory block
Returns the global instance of this allocator type. CppNew is thread-safe, all methods are shared.
The alignment is a static constant equal to platformAlignment, which ensures proper alignment for any D data type.