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

  /external/qemu/hw/
goldfish_trace.h 88 #define TRACE_DEV_REG_QUERY_MALLOC (TRACE_DEV_REG_MEMCHECK + MEMCHECK_EVENT_QUERY_MALLOC)
goldfish_trace.c 332 case TRACE_DEV_REG_QUERY_MALLOC:
  /external/qemu/memcheck/
memcheck_common.h 63 #define TRACE_DEV_REG_QUERY_MALLOC 1539
126 * along with TRACE_DEV_REG_QUERY_MALLOC event. When handling free and realloc
131 * with TRACE_DEV_REG_QUERY_MALLOC query. The entire structure is initialized
148 * the course of TRACE_DEV_REG_QUERY_MALLOC event handling. In case of an
  /bionic/libc/bionic/
malloc_debug_qemu.c 121 * along with TRACE_DEV_REG_QUERY_MALLOC event. When handling free and realloc
126 * information with TRACE_DEV_REG_QUERY_MALLOC query. The entire structure is
144 * the course of TRACE_DEV_REG_QUERY_MALLOC event handling. In case of an
221 #define TRACE_DEV_REG_QUERY_MALLOC 1539
481 /* Fires up TRACE_DEV_REG_QUERY_MALLOC event in the emulator.
502 notify_qemu(TRACE_DEV_REG_QUERY_MALLOC, (uint32_t)&query);
    [all...]

Completed in 87 milliseconds