HomeSort by relevance Sort by last modified time
    Searched refs:Memcheck (Results 1 - 7 of 7) 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/chromium_org/tools/valgrind/
valgrind_test.py 527 class Memcheck(ValgrindTool):
528 """Memcheck
531 http://valgrind.org/info/tools.html#memcheck
535 super(Memcheck, self).__init__()
536 self.RegisterOptionParserHook(Memcheck.ExtendOptionParser)
539 return "memcheck"
582 "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/perf/
vg_perf 65 --tools=<t1,t2,t3> tools to run [Nulgrind and Memcheck]
92 my @tools = ("none", "memcheck"); # tools being measured
331 . " --memcheck:leak-check=full --memcheck:show-reachable=no"
345 . "--memcheck:leak-check=no "
vg_perf.in 65 --tools=<t1,t2,t3> tools to run [Nulgrind and Memcheck]
92 my @tools = ("none", "memcheck"); # tools being measured
331 . " --memcheck:leak-check=full --memcheck:show-reachable=no"
345 . "--memcheck:leak-check=no "
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 4 --tool=<name> use the Valgrind tool named <name> [memcheck]
80 tools that make use of it (Memcheck, Helgrind,
cmdline2.stdout.exp 4 --tool=<name> use the Valgrind tool named <name> [memcheck]
80 tools that make use of it (Memcheck, Helgrind,

Completed in 163 milliseconds