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

1 2

  /external/chromium/net/data/valgrind/
suppressions.txt 3 Memcheck:Leak
16 Memcheck:Leak
26 Memcheck:Leak
34 Memcheck:Leak
  /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_proc_management.c 25 #include "memcheck.h"
78 ME("memcheck: Unable to allocate new thread descriptor.");
108 ME("memcheck: Unable to allocate new process descriptor");
127 ME("memcheck: Unable to get parent process pid=%u for new process pid=%u",
139 ME("memcheck: Unable to copy process' %s[pid=%u] allocation map to new process pid=%u",
149 ME("memcheck: Unable to copy process' %s[pid=%u] mmrange map to new process pid=%u",
279 ME("memcheck: Unable to allocate %u bytes for image path %s to set it for pid=%u",
369 ME("memcheck: Unable to find mapping for guest PC 0x%08X in process %s[pid=%u]",
379 MD("memcheck: Thread stack for %s[pid=%u, tid=%u] is too big: %u",
392 ME("memcheck: Unable to allocate %u bytes for calling stack."
    [all...]
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...]
memcheck_api.h 30 * is declared in memchec/memcheck.c */
39 * collected. The variable is declared in memchec/memcheck.c */
memcheck_malloc_map.c 30 * Defined in memcheck.c
176 ME("memcheck: Unable to allocate new AllocMapEntry on insert.");
239 ME("memcheck: Unable to allocate new AllocMapEntry on copy.");
262 ME("memcheck: Unable to insert new map entry on copy. Insert returned %u",
memcheck_mmrange_map.c 137 ME("memcheck: Unable to allocate new MMRangeMapEntry on insert.");
200 ME("memcheck: Unable to allocate new MMRangeMapEntry on copy.");
206 ME("memcheck: Unable to allocate new path for MMRangeMapEntry on copy.");
213 ME("memcheck: Unable to insert new range map entry on copy. Insert returned %u",
memcheck.h 35 * that emulator has been started with -memcheck option.
37 * tracing_flags - Parameters set for the -memcheck option. These parameters
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 3 The docs/ANDROID-MEMCHECK.TXT document contains description of a memory checker
16 -memcheck command-line option. If this argument is omitted, libc.so will run in
ANDROID-TRACING.TXT 7 and -memcheck implementations.
  /external/qemu/android/utils/
debug.h 37 _VERBOSE_TAG(memcheck, "memory checker") \
  /bionic/libc/bionic/
malloc_debug_common.c 272 * libc.debug.malloc value, but rather by emulator, started with -memcheck
273 * option. Note also, that if emulator has started with -memcheck option,
275 * libc.debug.malloc. In other words, if emulator has started with -memcheck
308 if (__system_property_get("ro.kernel.memcheck", memcheck_tracing)) {
317 /* If debug level has not been set by memcheck option in the emulator,
malloc_debug_qemu.c 79 * sources (file memcheck/memcheck_common.h). So, every time a change is made to
130 * memcheck/memecheck_common.h). So, every time a change is made to any of these
170 * memcheck/memecheck_common.h). So, every time a change is made to any of these
292 __libc_android_log_print(ANDROID_LOG_DEBUG, "memcheck", \
301 __libc_android_log_print(ANDROID_LOG_ERROR, "memcheck", \
310 __libc_android_log_print(ANDROID_LOG_INFO, "memcheck", \
549 TR("%s/memcheck: %s\n", prefix, buf);
655 * memcheck_param - Emulator's -memcheck option parameters. This string
665 /* Parse -memcheck parameter for the guest tracing flags. */
    [all...]
  /external/libpng/scripts/
makefile.acorn 42 MemCheck.CC cc $(ccflags) -o $@ LibPng:$<
  /external/qemu/hw/
android_arm.c 24 #include "memcheck/memcheck_api.h"
goldfish_trace.c 19 #include "memcheck/memcheck.h"
  /external/speex/libspeex/
stack_alloc.h 89 #include <valgrind/memcheck.h>
  /external/qemu/target-arm/
memcheck_arm_helpers.h 14 * Contains implementation of memcheck helper routines used by ARM's translator.
27 #include "memcheck/memcheck_api.h"
  /build/core/
user_tags.mk 109 emulator-memcheck \
  /development/testrunner/
run_command.py 175 subproc = subprocess.Popen(["/usr/bin/valgrind", "--tool=memcheck",
  /external/qemu/android/
cmdline-options.h 145 OPT_PARAM( memcheck, "<flags>", "enable memory access checking" )
main.c 66 #include "memcheck/memcheck.h"
    [all...]
  /external/qemu/
translate-all.c 56 #include "memcheck/memcheck_api.h"
Makefile.android 247 LOCAL_MODULE := emulator-memcheck
249 MCHK_CFLAGS := -I$(LOCAL_PATH)/memcheck -I$(LOCAL_PATH)/elff
256 memcheck.c \
262 LOCAL_SRC_FILES += $(MCHK_SOURCES:%=memcheck/%)
732 LOCAL_STATIC_LIBRARIES := emulator-memcheck emulator-hw emulator-arm emulator-tcg
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 114 #define MEMCHECK(reg, rect, firstrect){\

Completed in 1698 milliseconds

1 2