Lines Matching full:leaks
48 <para>Memory leaks.</para>
381 <sect2 id="mc-manual.leaks" xreflabel="Memory leak detection">
508 not necessarily the best way that leaks could be reported; in particular,
575 <para>Because there are different kinds of leaks with different severities, an
576 interesting question is this: which leaks should be counted as true "errors"
619 <para>When enabled, search for memory leaks when the client
621 many leaks occurred. If set to <varname>full</varname> or
644 be the same for the purposes of merging multiple leaks into a single
657 leaks. It only changes how the results are presented.</para>
1407 kind of leaks to report. A leak's details are shown if they match
1409 output detailed information for many leaks. The nr of leaks for
1517 In the below example, the program leaks a tree structure by losing the pointer to
1676 This is useful for incrementally checking for leaks between arbitrary
1706 leak check to be leaked (i.e. the sum of direct leaks and indirect leaks),
1765 standard allocators, and so may miss errors and leaks in your program. What