<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.2900.3429" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial color=#000000 size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2>I wonder if there is a way to do categorised checks. For example If like to check for memory problems.</FONT></DIV>
<DIV>Do we have to enable every single parameter or disable. If I like to disable all but memory checks.</DIV>
<DIV>Would it be possible without going everyi single parameters ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>I also have another question. </DIV>
<DIV>I am going to check a comlex system for memory leaks. Sistem consist of many modules, files, direcrories.</DIV>
<DIV>Some memory allocated in one place and released in a completely different file. </DIV>
<DIV>Different module use different allocation wrappers of definitions like </DIV>
<DIV>&nbsp;</DIV>
<DIV>myAlloc(x,y, z)</DIV>
<DIV>&nbsp;</DIV>
<DIV>{</DIV>
<DIV>malloc();</DIV>
<DIV>}</DIV>
<DIV>#define malloc&nbsp;&nbsp; MyAlloc</DIV>
<DIV>&nbsp;</DIV>
<DIV>Do you think&nbsp;splint can be helpful in a system like this ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Please guide me if there is any way.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks.</DIV></BODY></HTML>