Garbage Collection for Systems Programmers

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Tue Apr 9 13:04:06 UTC 2024


On 09/04/2024 11:04 PM, tchaloupka wrote:
> There is also no tool (that I know of) to help analyze memory leaks of 
> the GC memory.
> Lately, I've spent almost a manweek trying to find the cause of the leak 
> in a large codebase using vibe-d in a long-running service that just 
> kept growing on memory. Not fun at all. While I could be using memory 
> sanitizer tools with malloc managed memory just fine ;-)

Valgrind should work.

https://dlang.org/changelog/2.105.0.html#druntime.valgrind


More information about the Digitalmars-d mailing list