|
From: James W. W. <os...@jw...> - 2007-02-02 17:01:19
|
On Feb 2, 2007, at 5:25 AM, Daniele Cavallini wrote: > I am searching a memory leak in my application.In TQ3Status E3Exit > (void) > function I read: > > Q3Memory_DumpRecording( "Quesa-leaks.txt", "Q3Exit" ); > > Can it useful for me? How I can activate? I don't find documentaion > about it. Have you some suggest for me? To use it, you need a copy of Quesa that has been compiled with the macro Q3_DEBUG set to 1. It will produce a text file listing the types and numbers of leaked references. In the Mac CFM case, it also shows backtraces. |