|
From: Aleksander M. <ale...@es...> - 2008-09-20 18:54:02
|
Hi all, Is it possible to suppress all memory leaks of a given function with a single entry in the suppression files? I mean instead of writing an entry for each memory leak caused in the execution of that function. Cheers, -Aleksander |
|
From: Aleksander M. <ale...@es...> - 2008-09-20 19:10:45
|
> Is it possible to suppress all memory leaks of a given function with a > single entry in the suppression files? I mean instead of writing an > entry for each memory leak caused in the execution of that function. > BTW, I write to this mailing list because I wouldn't mind to develop it myself if not already done :-) Is it a desirable feature? I'm thinking in Glib's g_type_init() function for example, where lots of memory allocations are done and never deallocated (there is no glib_type_deinit() or such). Cheers, -Aleksander |