FYI - mo' work on std.allocator

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 27 09:01:58 PDT 2014


On 4/27/14, 7:51 AM, bearophile wrote:
> Andrei Alexandrescu:
>
>> Destruction is as always welcome. I plan to get into tracing tomorrow
>> morning.
>
> How easy is to implement a OS-portable (disk-backed) virtual memory
> scheme using std.allocator? :-) Is it a good idea to include one such
> scheme in std.allocator?
>
> Bye,
> bearophile

I just added MmapAllocator:

http://erdani.com/d/phobos-prerelease/std_allocator.html#.MmapAllocator

If anyone would like to add a Windows implementation, that would be great.


Andrei



More information about the Digitalmars-d mailing list