New adapter: std.allocator.quantizer

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Sun May 10 04:50:04 PDT 2015


On 05/10/2015 05:32 AM, Andrei Alexandrescu wrote:
> On 5/9/15 3:41 PM, Timon Gehr wrote:
>> On 05/10/2015 12:38 AM, Timon Gehr wrote:
>>>
>>> 142| return parent.reallocate(b, gs);
>>>
>>> 172| return parent.alignedReallocate(b, gs, a);
>>
>> (Note that those code snippets also occur in their documentation.)
>
> Can't find "gs" in the doc comments, is it there? -- Andrei

(They don't appear verbatim, but they call the parent functions with the 
plain 'b' in the documentation as well.)


More information about the Digitalmars-d mailing list