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

  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 8 location. If you are running Memcheck and you just saw a
21 location. If you are running Memcheck and you just saw a
34 location. If you are running Memcheck and you just saw a
47 location. If you are running Memcheck and you just saw a
  /external/valgrind/main/perf/
vg_perf.in 60 --tools=<t1,t2,t3> tools to run [Nulgrind and Memcheck]
80 my @tools = ("none", "memcheck"); # tools being measured
286 . "--memcheck:leak-check=no "
  /external/chromium_org/tools/valgrind/
valgrind_test.py 523 class Memcheck(ValgrindTool):
524 """Memcheck
527 http://valgrind.org/info/tools.html#memcheck
531 super(Memcheck, self).__init__()
532 self.RegisterOptionParserHook(Memcheck.ExtendOptionParser)
535 return "memcheck"
578 "using-valgrind for the info on Memcheck/Valgrind")
    [all...]
memcheck_analyze.py 163 # <skind>Memcheck:Param</skind>
172 # Memcheck:Param
293 supp = supp.replace("Memcheck:Addr%d" % sz, "Memcheck:Unaddressable")
294 supp = supp.replace("Memcheck:Value%d" % sz, "Memcheck:Uninitialized")
295 supp = supp.replace("Memcheck:Cond", "Memcheck:Uninitialized")
383 "Memcheck sanity test 01 (memory leak).": 1,
384 "Memcheck sanity test 02 (malloc/read left).": 1
    [all...]
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 4 --tool=<name> use the Valgrind tool named <name> [memcheck]
70 tools that make use of it (Memcheck, Helgrind,
cmdline2.stdout.exp 4 --tool=<name> use the Valgrind tool named <name> [memcheck]
70 tools that make use of it (Memcheck, Helgrind,

Completed in 932 milliseconds