Valgrind. Valgrind was originally designed to be a free memory debugging tool for Linux on x86, but has since evolved to become a generic framework for creating dynamic analysis tools such as checkers and profilers.
It is used by a number of Linux-based projects.[4] Since version 3.5, Valgrind also works on Mac OS X. The original author of Valgrind is Julian Seward, who in 2006 won a Google-O'Reilly Open Source Award for his work on Valgrind.[5][6] Several others have also made significant contributions, including Cerion Armour-Brown, Jeremy Fitzhardinge, Tom Hughes, Nicholas Nethercote, Paul Mackerras, Dirk Mueller, Bart Van Assche, Josef Weidendorfer and Robert Walsh.[7] Overview[edit] Valgrind is in essence a virtual machine using just-in-time (JIT) compilation techniques, including dynamic recompilation.
Nothing from the original program ever gets run directly on the host processor. Valgrind. Un article de Wikipédia, l'encyclopédie libre.
Valgrind (prononcé [vælɡrɪnd], et non [vælɡraɪnd][1]) est un outil de programmation libre pour déboguer, effectuer du profilage de code et mettre en évidence des fuites mémoires. Débogueur[modifier | modifier le code] Valgrind. Valgrind Home.