Forums
Valgrind suppressions file - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4)
+--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9)
+--- Thread: Valgrind suppressions file (/showthread.php?tid=148)



Valgrind suppressions file - thelusiv - 11-09-2005

I made a suppressions file for valgrind to make checking for memory problems easier. To use it install valgrind on your system (linux only) and run VDrift using the suppressions file (in latest SVN):<pre>valgrind --suppressions=tools/valgrind/vdrift.supp vdrift</pre>


Valgrind suppressions file - joevenzon - 11-09-2005

You get much performance from the game with this running?