std.allocator ready for some abuse

Maxim Fomin maxim at maxim-fomin.ru
Fri Oct 25 02:51:39 PDT 2013


On Friday, 25 October 2013 at 09:37:23 UTC, Namespace wrote:
>
> We would have then the possibility to manage our memory by 
> ourself. One of D's promises is, that the GC can be disabled. 
> Yes, it can, but then we have many many things which do not 
> work. For example built-in arrays.

Not only arrays, but classes, throwables, scope exits, new 
operator, nested structs, etc.


More information about the Digitalmars-d mailing list