Home | History | Annotate | Download | only in Scripts

Lines Matching full:merge

265   -m|--merge-leak-depth arg       Merges leak callStacks and prints the number of unique leaks beneath a callstack depth of arg.  Defaults to 5.
284 'merge-leak-depth|m:5' => \$mergeDepth,
1890 open MERGED_LEAKS, "cat $mergedFilenames | $parseMallocHistoryTool --merge-depth $mergeDepth - |" ;