On Wed, Mar 09, 2022 at 08:39:06PM -0500, Mouse wrote: > Perhaps I just need a better approach....
I know you've previously expressed a lack of interest in such things when we've talked previously, but I've found the built-in sanitizers in modern GCC useful for approximating the functionality of valgrind on NetBSD. For example, -fsanitize=leak can log leaks at runtime.