Finding Memory Leaks: Difference between revisions

Jump to navigation Jump to search
m (No content changed, just a small visual makeover using the power of this wiki ;-))
Line 49: Line 49:


This stops reporting on any leaks at the end of the program, as those will be cleaned up by the operating system anyways when the process itself is destroyed.
This stops reporting on any leaks at the end of the program, as those will be cleaned up by the operating system anyways when the process itself is destroyed.
Another useful option is "log_file=my-log-file-name".  By default, a process ID is appended to the log-file name.


== Finding Leaks ==
== Finding Leaks ==

Navigation menu