std.experimental.collection.functional.slist

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 19 14:10:05 PDT 2015


On 6/19/15 1:09 PM, Ivan Timokhin wrote:
> Correct me if I'm wrong, but it seems that the GC is unaware of any memory
> coming from an allocator (unless it's a GCAllocator, of course), so it won't
> scan it. If that's the case, that's bound to cause problems if T has
> indirections.

Depends on where memory ultimately comes from. -- Andrei



More information about the Digitalmars-d mailing list