Manual memory management in D2

Kagamin spam at here.lot
Tue Jul 13 23:15:24 PDT 2010


Andrei Alexandrescu Wrote:

> most GC's cannot provide efficient manual 
> reclamation. And they shouldn't anyway.
>
If one doesn't want to implement a function, he can throw NotImplementedException, or don't provide the function so that program using the delete won't link. But deallocation of allocated memory is not that unthinkable just because it can be hard.


More information about the Digitalmars-d mailing list