HomeSort by relevance Sort by last modified time
    Searched refs:show_all_leaks (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/valgrind/
valgrind_test.py 541 parser.add_option("", "--show_all_leaks", action="store_true",
552 if self._options.show_all_leaks:
570 self._options.show_all_leaks,
    [all...]
memcheck_analyze.py 403 def __init__(self, source_dir, show_all_leaks=False, use_gdb=False):
408 show_all_leaks: Whether to show even less important leaks
413 self._show_all_leaks = show_all_leaks

Completed in 281 milliseconds