|
From: <sv...@va...> - 2007-03-29 22:42:37
|
Author: njn Date: 2007-03-29 23:42:35 +0100 (Thu, 29 Mar 2007) New Revision: 321 Log: wibble Modified: trunk/help/projects.html Modified: trunk/help/projects.html =================================================================== --- trunk/help/projects.html 2007-03-29 22:41:38 UTC (rev 320) +++ trunk/help/projects.html 2007-03-29 22:42:35 UTC (rev 321) @@ -234,8 +234,8 @@ <p>The tool would have a configuration file where you name the alloc/dealloc function pairs. Those examples all follow the following pattern in their type signatures:<br> - token alloc(...)<br> - ... dealloc(token t)<br> + <tt>token alloc(...)</tt><br> + <tt>... dealloc(token t)</tt><br> You'd need a way to handle cases where alloc() fails (eg. open() returns -1). You might also need to handle some slight variations on the above (eg. an extra arg to the dealloc function). You'd implement it in Valgrind using |