HomeSort by relevance Sort by last modified time
    Searched refs:memcheck (Results 1 - 25 of 28) sorted by null

1 2

  /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/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/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" )
main.c     [all...]
  /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)
  /external/llvm/test/
Makefile 41 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
  /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/icu4c/tools/tzcode/
zic.c 159 static char * memcheck(char * tocheck);
424 memcheck(ptr) function
437 #define emalloc(size) memcheck(imalloc(size))
438 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size)))
439 #define ecpyalloc(ptr) memcheck(icpyalloc(ptr))
440 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp)))
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 519 #include <valgrind/memcheck.h>

Completed in 672 milliseconds

1 2