std.experimental.allocator API and nearly useless StatsCollector

max haughton maxhaton at gmail.com
Sun Jun 20 17:53:41 UTC 2021


On Sunday, 20 June 2021 at 17:42:49 UTC, Luis wrote:
> On Sunday, 20 June 2021 at 17:35:23 UTC, max haughton wrote:
>> On Sunday, 20 June 2021 at 15:49:13 UTC, Luis wrote:
>>> Well, this last week I was playing using malloc/free to do 
>>> some @nogc code, and using the std.experimental.allocator 
>>> API. Also, I was trying to see a way to profile my code and 
>>> search for memory leaks, etc...
>>>
>>> [...]
>>
>> You aren't using address sanitizer?
>
> I'm using DMD, not LDC or GDC.

You should set up a way to use LDC then, ASan is too good not to 
use.


More information about the Digitalmars-d mailing list