|
From: Nicholas N. <nj...@ca...> - 2004-02-11 22:45:59
|
On Tue, 10 Feb 2004, Stephane Donze wrote: > I guess it would be possible in the memcheck skin to record mutex usage > and report them in the leak summary ? Sure, it's possible. You'd have to track mutexes in the same way that heap blocks are tracked; you could probably reuse a lot of the heap-block-tracking machinery. Patches are welcome :) N |