May 15, 2015
On 05/15/2015 06:58 PM, Andrei Alexandrescu wrote:
> On 5/12/15 12:57 PM, Timon Gehr wrote:
>> ...
>>
>> Missed alignedReallocate. :o)
>>
>> On a related note, alignedReallocate is now also buggy in that it does
>> not necessarily align the allocated memory if b.ptr is null.
>
> Missed this, thanks for the email! I've simplified matters a bit by
> testing for null up front:
>
> https://github.com/andralex/phobos/commit/af0abf6adb325cf57f2ef0f07bf787ebb1351288
>
>
> I suspect the other allocators have similar issues though... I'll need
> to make a careful pass.
>
>
> Thanks!!
>
> Andrei
>
>

I have just noticed that all the calls to alignedAllocate do not pass the alignment argument.
May 16, 2015
On 5/15/15 1:28 PM, Timon Gehr wrote:
> I have just noticed that all the calls to alignedAllocate do not pass
> the alignment argument.

Crikey, that must have something to do with all that missing test coverage :o). -- Andrei
1 2 3 4
Next ›   Last »