/external/valgrind/main/drd/tests/ |
filter_annotate_barrier_xml | 6 ../../memcheck/tests/filter_xml |
|
filter_xml_and_thread_no | 3 ../../memcheck/tests/filter_xml |
|
/external/valgrind/main/gdbserver_tests/ |
filter_memcheck_monitor | 3 # used to filter memcheck output shown by gdb/vgdb. 7 $dir/../memcheck/tests/filter_stderr "$@" |
|
mchelp.stdoutB.exp | 13 memcheck monitor commands: 50 memcheck monitor commands:
|
/external/valgrind/main/memcheck/tests/ |
filter_stderr | 10 # Remove "Memcheck, ..." line and the following copyright line. 11 sed "/^Memcheck, a memory error detector/ , /./ d" | 25 $dir/../../memcheck/tests/filter_memcheck "$@"
|
badfree3.stderr.exp | 3 by 0x........: main (memcheck/tests/badfree.c:12) 8 by 0x........: main (memcheck/tests/badfree.c:15)
|
long_namespace_xml.stderr.exp | 6 <protocoltool>memcheck</protocoltool> 17 <tool>memcheck</tool>
|
xml1.stderr.exp | 6 <protocoltool>memcheck</protocoltool> 17 <tool>memcheck</tool>
|
/external/qemu/memcheck/ |
memcheck_logging.h | 27 /* Prints debug message under the 'memcheck' tag. */ 28 #define MD(...) VERBOSE_PRINT(memcheck, __VA_ARGS__) 30 /* Prints an error message under the 'memcheck' tag. */ 32 do { if (VERBOSE_CHECK(memcheck)) derror(__VA_ARGS__); } while (0) 35 // Tracing flags (see trace_flags declared in memcheck.c), and macros
|
memcheck.c | 20 #include "memcheck.h" 40 * has been disabled by -memcheck flags, there is no need to instrument mmu 66 printf("memcheck: Access violation is detected in process %s[pid=%u]:\n" 110 printf("memcheck: Access violation is detected in process %s[pid=%u]:\n", 296 // Parse -memcheck option params, converting them into tracing flags. 369 printf("memcheck: Missing ANDROID_PROJECT_OUT environment variable, that is used\n" 382 ME("memcheck: Unable to obtain process for libc_init pid=%u", pid); 392 T(PROC_LIBC_INIT, "memcheck: libc.so has been initialized for %s[pid=%u]\n", 414 ME("memcheck: Unable to obtain process for allocation pid=%u", 430 ME("memcheck: Unable to allocate %u bytes for the calling stack" [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
stack_alloc.h | 120 #include <valgrind/memcheck.h> 152 #include <valgrind/memcheck.h>
|
/external/valgrind/main/ |
clean-targets.sh | 12 $obj/SHARED_LIBRARIES/memcheck-arm-linux_intermediates \
|
Android.mk | 308 # Build memcheck-$(TARGET_ARCH)-linux 311 LOCAL_MODULE := memcheck-$(TARGET_ARCH)-linux 321 memcheck/mc_leakcheck.c \ 322 memcheck/mc_malloc_wrappers.c \ 323 memcheck/mc_main.c \ 324 memcheck/mc_translate.c \ 325 memcheck/mc_machine.c \ 326 memcheck/mc_errors.c 351 memcheck/mc_replace_strmem.c
|
/external/chromium_org/tools/valgrind/ |
valgrind.sh | 61 TOOL_NAME="memcheck" 64 # Select a tool different from memcheck with --tool=TOOL as a first argument 77 memcheck*) setup_memcheck "$1";;
|
/external/qemu/android/utils/ |
debug.h | 37 _VERBOSE_TAG(memcheck, "memory checker") \
|
/external/speex/libspeex/ |
stack_alloc.h | 89 #include <valgrind/memcheck.h>
|
/external/qemu/android/ |
cmdline-options.h | 151 OPT_PARAM( memcheck, "<flags>", "enable memory access checking" )
|
/external/grub/stage2/ |
char_io.c | 1178 memcheck (int addr, int len) function 1223 if (memcheck ((int) to, len)) 1261 if (memcheck ((int) start, len))
|
boot.c | 639 if (memcheck (memaddr, memsiz) 700 if (! (memcheck (cur_addr, sec_size)
|
/art/runtime/gc/space/ |
dlmalloc_space.cc | 26 #include <../memcheck/memcheck.h>
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 939 # include <valgrind/memcheck.h> 941 # include <memcheck.h>
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 939 # include <valgrind/memcheck.h> 941 # include <memcheck.h>
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 939 # include <valgrind/memcheck.h> 941 # include <memcheck.h>
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 939 # include <valgrind/memcheck.h> 941 # include <memcheck.h>
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/ |
browser_tester.py | 160 if options.tool == 'memcheck':
|