I noticed that the GCAllocator provides no way of controlling the
memory block attributes
(http://dlang.org/phobos/core_memory.html#.GC.BlkAttr ,) all
allocations get the default (no attributes.) This is a leaky
abstraction, a data structure or composed allocators may desire
to control the attributes to reduce GC pressure.
- Re: std.allocator ready for some abuse Joseph Rushton Wakeling
- Re: std.allocator ready for some abuse Andrei Alexandrescu
- Re: std.allocator ready for some abuse Andrei Alexandrescu
- Re: std.allocator ready for some abuse Lars T. Kyllingstad
- Re: std.allocator ready for some abuse Joseph Cassman
- Re: std.allocator ready for some abuse Martin Nowak
- Re: std.allocator ready for some abuse Andrei Alexandrescu
- Re: std.allocator ready for some abuse Martin Nowak
- Re: std.allocator ready for some abuse Martin Nowak
- Re: std.allocator ready for some abuse safety0ff
- Re: std.allocator ready for some abuse Andrei Alexandrescu
- Re: std.allocator ready for some abuse deadalnix
- Re: std.allocator ready for some abuse safety0ff
- Re: std.allocator ready for some abus... Andrei Alexandrescu
- Re: std.allocator ready for some ... safety0ff
- Re: std.allocator ready for some abuse Andrei Alexandrescu
- Re: std.allocator ready for some abuse Martin Nowak
- Re: std.allocator ready for some abuse Andrei Alexandrescu
- Re: std.allocator ready for some abuse Dmitry Olshansky
- Re: std.allocator ready for some abuse Andrei Alexandrescu