Home | History | Annotate | Download | only in Scripts

Lines Matching refs:merge

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