std.allocator ready for some abuse

Jacob Carlborg doob at me.com
Sun Oct 27 01:30:44 PDT 2013


On Sunday, 27 October 2013 at 06:15:52 UTC, Andrei Alexandrescu 
wrote:

> Class. Better names welcome.

Allocator. Or we could call CAllocator AllocatorBase and call 
CAllocatorImpl Allocator. It depends on which of these two 
classes is most likely to be used in API's. I think the one most 
likely to be used should be called Allocator.

Other names could be DynamicAllocator or RuntimeAllocator.

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list