Allocators in Phobos

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Aug 22 13:21:29 PDT 2011


On 8/19/11 10:33 PM, David Simcha wrote:
> Are there any other allocators that might be useful and could reasonably be
> implemented as Phobos modules without major modifications to druntime or the
> compiler?

We need to have a classic heap allocator that we can combine with 
regions. See Emery Berger's HeapLayers and reap data structure.

Andrei


More information about the Digitalmars-d mailing list