Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Dec 5, 2009, 11:14:57 PM (14 years ago)
- Author:
-
QuLogic
- Comment:
-
BR's are not the way to do this.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
1 | 1 | This page is intended to help developers understand how to best memory check their plugin using the popular tool valgrind. It is currently bare bones, and will be updated soon! |
2 | | [[BR]] |
3 | | [[BR]] |
4 | | $export PURPLE_LEAKCHECK_HELP=1[[BR]] |
5 | | $export G_SLICE=always-malloc[[BR]] |
6 | | $valgrind --tool=memcheck --leak-check=yes --leak-resolution=high --num-callers=20 --trace-children=no --track-fds=yes pidgin |
| 2 | {{{ |
| 3 | $ export PURPLE_LEAKCHECK_HELP=1 |
| 4 | $ export G_SLICE=always-malloc |
| 5 | $ valgrind --tool=memcheck --leak-check=yes --leak-resolution=high --num-callers=20 --trace-children=no --track-fds=yes pidgin |
| 6 | }}} |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!