Phobos addition formal review: std.experimental.allocator

Tofu Ninja via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 12 16:07:21 PDT 2015


On Friday, 12 June 2015 at 15:54:27 UTC, Andrei Alexandrescu 
wrote:
> On 6/12/15 8:54 AM, Andrei Alexandrescu wrote:
>> * A dynamicaly-typed layer that allows the user to swap 
>> allocators at
>> runtime. This is embodied in IAllocator, CAllocatorImpl, 
>> theAllocator,
>> and processAllocator.
>
> Forgot to mention - the entry point for this layer is also 
> http://erdani.com/d/phobos-prerelease/std_experimental_allocator.html.
>
> Andrei


Are there any plans to have new and delete call out to 
theAllocator or processAllocator?


More information about the Digitalmars-d mailing list