Tracing allocations with "new" in dmd

Tim tim.dlang at t-online.de
Fri Jun 19 16:16:46 UTC 2020


On Friday, 19 June 2020 at 16:09:00 UTC, Andrei Alexandrescu 
wrote:
>
> Thanks. Does it provide type information about the objects 
> allocated?

No, it does not save type information.
It generates a stack trace for every allocation and can combine 
those into a bottom-up or top-down tree.


More information about the Digitalmars-d mailing list