Beta 2.079.0

Martin Nowak code at dawg.eu
Tue Feb 20 08:54:46 UTC 2018


On Tuesday, 20 February 2018 at 08:46:02 UTC, meppl wrote:
> So, now someone could "easily" write his own memory managment 
> for allocations who would be usually done by the default GC - 
> e.g. classes?

That isn't connected to object.d, but you can allocates classes 
where you want since ages.
Just write a wrapper around `__traits(classInstanzeSize, ...)` or 
use http://code.dlang.org/packages/automem.


More information about the Digitalmars-d-announce mailing list