Searched refs:VALGRIND_MONITOR_COMMAND (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/memcheck/tests/
H A Dleak_cpp_interior.cpp131 (void) VALGRIND_MONITOR_COMMAND("v.set log_output");
138 (void) VALGRIND_MONITOR_COMMAND("leak_check summary heuristics multipleinheritance");
140 (void) VALGRIND_MONITOR_COMMAND("leak_check summary heuristics newarray");
142 (void) VALGRIND_MONITOR_COMMAND("leak_check summary heuristics length64");
144 (void) VALGRIND_MONITOR_COMMAND("leak_check summary heuristics stdstring");
148 (void) VALGRIND_MONITOR_COMMAND("leak_check summary heuristics multipleinheritance,newarray,stdstring,length64");
150 (void) VALGRIND_MONITOR_COMMAND("leak_check summary heuristics all");
152 (void) VALGRIND_MONITOR_COMMAND("leak_check summary heuristics none");
155 (void) VALGRIND_MONITOR_COMMAND(who_points_at_cmd);
H A Drecursive-merge.c58 (void) VALGRIND_MONITOR_COMMAND("v.set merge-recursive-frames 3");
61 (void) VALGRIND_MONITOR_COMMAND("v.set merge-recursive-frames 2");
64 (void) VALGRIND_MONITOR_COMMAND("v.set merge-recursive-frames 1");
67 (void) VALGRIND_MONITOR_COMMAND("v.set merge-recursive-frames 0");
H A Ddescr_belowsp.c48 VALGRIND_MONITOR_COMMAND(s);
/external/valgrind/coregrind/
H A Dm_mallocfree.c796 INNER_REQUEST(VALGRIND_MONITOR_COMMAND("v.set log_output"));
797 INNER_REQUEST(VALGRIND_MONITOR_COMMAND("v.info memory aspacemgr"));
/external/valgrind/include/
H A Dvalgrind.h7104 #define VALGRIND_MONITOR_COMMAND(command) \ macro

Completed in 621 milliseconds