On 06/01/2010 06:41 PM, Masahiro Nakagawa wrote:
On Wed, 02 Jun 2010 06:29:12 +0900, Robert M. Münch
<[email protected]> wrote:
On 2010-05-31 17:01:16 +0200, Trass3r said:
Isn't http://digitalmars.com/d/2.0/class.html#ClassAllocator what you
want?
Ah, that's cool. Didn't saw it. This looks very good. Will those
clases be GCed?
Default no. Documentation is here:
http://digitalmars.com/d/2.0/memory.html#newdelete
NOTE: This info is a bit outdated. std.gc was moved to core.memory and
std.outofmemory was moved to onOutOfMemoryError in core.exception.
Sorry, class allocators are gone.
Andrei