Are there some software to check code quality

Hello,

I am wondering if there are some open source software to check the source code qualities? for example, function calls, memory consumptions, etc

Thanks!
valgrind on linux. You can do memory profiling and call graph.
Topic archived. No new replies allowed.