Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement valgrind's hellgrind checks for threading problems | Stef Walter | 2013-05-15 | 1 | -0/+5 |
| | | | | | | | And cleanup our locks/locking model. There's no need to use recursive locks, especially since we can't use them on all platforms. In addition adjust taking of locks during initialization so that there's no chance of deadlocking here. | ||||
* | Add a bit of infrastructure for running valgrind | Stef Walter | 2013-03-20 | 1 | -0/+11 |
* make memcheck: Runs basic memory checking * make leakcheck: Also runs leak checking |