Classes on stack

Redwan rdwnsjjd at gmail.com
Thu Sep 1 11:25:58 UTC 2022


On Thursday, 1 September 2022 at 11:24:38 UTC, rikki cattermole 
wrote:
>
> On 01/09/2022 11:20 PM, Redwan wrote:
>> the worst things about it is as I didn't start writing my code 
>> it already has memory leak :/
>
> That's not what valgrind told you.
>
> There is some state like the GC and threads that won't be 
> deallocated until the end of process by the kernel.
>
> Its not a memory leak, it is just long lived internal state.

so with this state, how can I found memory leak in my program?


More information about the Digitalmars-d mailing list