Sneak preview into std.allocator's porcelain
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Fri May 8 12:57:22 PDT 2015
On Friday, 8 May 2015 at 19:53:16 UTC, Andrei Alexandrescu wrote:
> What's a good name for that? I thought MarkSweepAllocator is
> it, but that term is more often used in conjunction with
> garbage collection.
Pascal calls these functions "Mark" and "Release" :)
I named mine TrackingAllocator but that's probably too ambiguous.
More information about the Digitalmars-d
mailing list