We Rewrote the Ghostty GTK Application
Ghostty terminal's GTK app was rewritten in Zig, integrating with GObject and using Valgrind for memory validation.
Ghostty terminal's GTK app was rewritten in Zig, integrating with GObject and using Valgrind for memory validation.
A technical guide on using the memleak tool from bcc to find memory leaks in a running Postgres C program, comparing it to Valgrind.
A guide to configuring CLion's debugger to work with Valgrind's gdbserver for debugging memory issues on Linux.