std.typed_allocator: very very very primitive tracing example

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Sun May 4 21:29:46 PDT 2014


On 5/4/14, 9:26 PM, Andrei Alexandrescu wrote:
> For those keeping score at home, I've just updated
>
> https://github.com/andralex/phobos/blob/allocator/std/allocator.d
> https://github.com/andralex/phobos/blob/allocator/std/typed_allocator.d

Forgot to mention: this latest development seems to suggest that the 
UNTYPED part of the allocator is becoming somewhat feature stable, so 
it's approaching alpha state.

What std.allocator (i.e. the untyped part) needs right now is a few 
"best of" prepackaged allocators that are known to work well and allow 
coders to simply use them as short types or function calls, without 
needing to go through the intricate process of designing 
application-specific allocators.


Andrei




More information about the Digitalmars-d mailing list