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

  /external/qemu/memcheck/
memcheck_logging.h 33 /* Prints debug message under the 'memcheck' tag. */
34 #define MD(...) VERBOSE_PRINT(memcheck, __VA_ARGS__)
36 /* Prints an error message under the 'memcheck' tag. */
38 do { if (VERBOSE_CHECK(memcheck)) derror(__VA_ARGS__); } while (0)
41 // Tracing flags (see trace_flags declared in memcheck.c), and macros
memcheck.c 26 #include "memcheck.h"
46 * has been disabled by -memcheck flags, there is no need to instrument mmu
72 printf("memcheck: Access violation is detected in process %s[pid=%u]:\n"
116 printf("memcheck: Access violation is detected in process %s[pid=%u]:\n",
302 // Parse -memcheck option params, converting them into tracing flags.
375 printf("memcheck: Missing ANDROID_PROJECT_OUT environment variable, that is used\n"
388 ME("memcheck: Unable to obtain process for libc_init pid=%u", pid);
398 T(PROC_LIBC_INIT, "memcheck: libc.so has been initialized for %s[pid=%u]\n",
420 ME("memcheck: Unable to obtain process for allocation pid=%u",
436 ME("memcheck: Unable to allocate %u bytes for the calling stack"
    [all...]
  /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 143 OPT_PARAM( memcheck, "<flags>", "enable memory access checking" )
main.c 67 #include "memcheck/memcheck.h"
    [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)
shared.h 914 int memcheck (int start, int len);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 814 # include <valgrind/memcheck.h>
816 # 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...]

Completed in 428 milliseconds