|
From: Gurganus, B. L <gur...@ro...> - 2006-08-11 09:20:35
|
As far as I can tell, there is not a way to watch for malloc/free-like = pairs since it looks like the current way to do it is with a macro that = doesn't work when the malloc-like and free-like code is in a library. I = would like to be able to see when, for examples, fl_init or = fl_initialize are used without fl_finish. Could I get a pointer to a = valgrind variant that can already do such things or how valgrind already = does this or a pointer to where such a pair can be added to the source = code. Brant Gurganus http://www.rose-hulman.edu/~gurganbl |