Created
August 10, 2016 13:25
-
-
Save JeOam/2204c320051103cf82c4397169f73969 to your computer and use it in GitHub Desktop.
自制编程语言
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.