On Fri, 13 Nov 1998, Bryan Scaringe wrote:
-"I would like to look for memeory leaks."
-
-If this is the case, you may want to look into a program called
-Electric Fence. I know that EF is supposed to help find memeory
-leaks (dynamically allocated memmory that is not properly
-deallocated (cleaned up) by a given program.)
or you can have a counter that is incremented whenever malloc() (or whatever)
is called and decremented whenever free() (or similar) is called. Then at the
end of the program write out the value. If it's != 0 then you have a leak.
--
+++ Divide By Cucumber Error, Please Re-Install Universe And Reboot +++
[EMAIL PROTECTED] [Website undergoing re-design...]l.org