FYI - mo' work on std.allocator

Brian Schott via Digitalmars-d digitalmars-d at puremagic.com
Mon May 12 15:58:41 PDT 2014


On Sunday, 27 April 2014 at 05:43:07 UTC, Andrei Alexandrescu 
wrote:
> Added SbrkRegion, SimpleBlocklist, and Blocklist.
>
> http://erdani.com/d/phobos-prerelease/std_allocator.html#.SbrkRegion
> http://erdani.com/d/phobos-prerelease/std_allocator.html#.SimpleBlocklist
> http://erdani.com/d/phobos-prerelease/std_allocator.html#.Blocklist
>
> https://github.com/andralex/phobos/blob/allocator/std/allocator.d
>
> Destruction is as always welcome. I plan to get into tracing 
> tomorrow morning.
>
>
> Andrei

Some comments on the version currently checked in 
(916032a0b6a76b6e37169121ee5cc680bb40b4c4):

Line 3173: b2 is unused
Line 3177: b3 is unused
Line 3496: tids is unused
Line 3512: b is unused
Line 4235: r2 is never used. This one is probably a bug.
Line 5426: b2 is never used
Line 5958: b is unused
Line 6337: alloc2 is unused. Looks like another bug



More information about the Digitalmars-d mailing list