|
|
|
|
|
by gavinhoward
1073 days ago
|
|
Absolutely. I enable Valgrind on every default debug build of mine. It's my favorite tool. I have even made it recognize my custom allocators and report bugs with them too. When combined with my second favorite tool, AFL++, I have a good shot at eliminating most memory bugs. AFL++ finds paths through the software, and I run every single one of those paths through Valgrind. It's beautiful. |
|