backtrace: Remove variant that does not support threads.
[sliver-openvswitch.git] / lib / leak-checker.man
1 .TP
2 \fB\-\-check\-leaks=\fIfile\fR
3 .
4 Logs information about memory allocation and deallocation to
5 \fIfile\fR, to allow for debugging memory leaks in \fB\*(PN\fR.  This
6 option slows down \fB\*(PN\fR considerably, so it should only be used
7 when a memory leak is suspected.  Use the \fBovs\-parse\-leaks\fR script
8 to interpret the leak file.
9 .TP
10 \fB\-\-leak\-limit=\fIsize\fR
11 .
12 Limits size of the leak file as specified by \fB\-\-check\-leaks\fR to 
13 \fIsize\fR bytes.  Finding leaks sometimes requires allowing the leak 
14 file to grow very large, up to 1GB.  By default, files are limited
15 to 10MB.