std.allocator needs your help

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Sep 23 07:13:33 PDT 2013


On 9/23/13 4:39 AM, Andrej Mitrovic wrote:
> On 9/23/13, Benjamin Thaut <code at benjamin-thaut.de> wrote:
>> Why "ubyte[]" and not "void[]"?
>
> Probably to make the GC avoid scanning into the array.

No, that's determined at runtime by how the blocks are allocated.

Andrei



More information about the Digitalmars-d mailing list