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.

Reply via email to